/*html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}*/

/*h1 {
	font-size: 2em;
	margin: .67em 0;
}*/

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

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}*/

/*b,strong {
	font-weight: bolder;
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

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

/*sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

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

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}*/

/*button,[type=button],[type=reset],[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,menu,nav,section,main {
	display: block;
}

ol {
	padding-left: 16px;
	list-style: decimal;
}

ul {
	padding-left: 16px;
	list-style: disc;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.glide * {
	box-sizing: inherit;
}

.glide__track {
	overflow: hidden;
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	will-change: transform;
}

.glide__slides--dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.glide__slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	white-space: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.glide__slide a {
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.glide__arrows,.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.glide--rtl {
	direction: rtl;
}/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: #000c;
	transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	box-shadow: 0 0 8px #0009;
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: #0009;
	font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	transition: left .4s ease,transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
	animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	animation: bounceFromLeft .4s ease-out;
}

@keyframes bounceFromRight {
	0%,to {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}
}

@keyframes bounceFromLeft {
	0%,to {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}
}

.baguetteBox-button#next-button,.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 15%;
	background-color: #323232;
	background-color: #32323280;
	color: #ddd;
	font: 1.6em sans-serif;
	transition: background-color .4s ease;
}

.baguetteBox-button:focus,.baguetteBox-button:hover {
	background-color: #323232e6;
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.baguetteBox-double-bounce1,.baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
	animation-delay: -1s;
}

@keyframes bounce {
	0%,to {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.datepicker {
	width: -moz-min-content;
	width: min-content;
}

.datepicker:not(.active) {
	display: none;
}

.datepicker-dropdown {
	position: absolute;
	z-index: 20;
	padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
	padding-top: 0;
	padding-bottom: 4px;
}

.datepicker-picker {
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	background-color: #fff;
}

.datepicker-dropdown .datepicker-picker {
	box-shadow: 0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;
}

.datepicker-main {
	flex: auto;
	padding: 2px;
}

.datepicker-footer {
	box-shadow: inset 0 1px 1px #0a0a0a1a;
	background-color: #f5f5f5;
}

.datepicker-title {
	box-shadow: inset 0 -1px 1px #0a0a0a1a;
	background-color: #f5f5f5;
	padding: .375rem .75rem;
	text-align: center;
	font-weight: 700;
}

.datepicker-controls {
	display: flex;
}

.datepicker-header .datepicker-controls {
	padding: 2px 2px 0;
}

.datepicker-controls .button {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 0;
	border: 1px solid gainsboro;
	border-radius: 4px;
	box-shadow: none;
	background-color: #fff;
	cursor: pointer;
	padding: calc(.375em - 1px) .75em;
	height: 2.25em;
	vertical-align: top;
	text-align: center;
	line-height: 1.5;
	white-space: nowrap;
	color: #363636;
	font-size: 1rem;
}

.datepicker-controls .button:focus,.datepicker-controls .button:active {
	outline: none;
}

.datepicker-controls .button:hover {
	border-color: #b8b8b8;
	color: #363636;
}

.datepicker-controls .button:focus {
	border-color: #3273dc;
	color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
	box-shadow: 0 0 0 .125em #3273dc40;
}

.datepicker-controls .button:active {
	border-color: #474747;
	color: #363636;
}

.datepicker-controls .button[disabled] {
	cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
	border-color: transparent;
	font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
	background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
	background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
	flex: auto;
	margin: calc(.375rem - 1px) .375rem;
	border-radius: 2px;
	font-size: .75rem;
}

.datepicker-controls .view-switch {
	flex: auto;
}

.datepicker-controls .prev-button,.datepicker-controls .next-button {
	padding-right: .375rem;
	padding-left: .375rem;
	flex: 0 0 14.2857142857%;
}

.datepicker-controls .prev-button.disabled,.datepicker-controls .next-button.disabled {
	visibility: hidden;
}

.datepicker-view,.datepicker-grid {
	display: flex;
}

.datepicker-view {
	align-items: stretch;
	width: 15.75rem;
}

.datepicker-grid {
	flex-wrap: wrap;
	flex: auto;
}

.datepicker .days {
	display: flex;
	flex-direction: column;
	flex: auto;
}

.datepicker .days-of-week {
	display: flex;
}

.datepicker .week-numbers {
	display: flex;
	flex-direction: column;
	flex: 0 0 9.6774193548%;
}

.datepicker .weeks {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: auto;
}

.datepicker span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.datepicker .dow {
	height: 1.5rem;
	font-size: .875rem;
	font-weight: 700;
}

.datepicker .week {
	flex: auto;
	color: #b8b8b8;
	font-size: .75rem;
}

.datepicker-cell,.datepicker .days .dow {
	flex-basis: 14.2857142857%;
}

.datepicker-cell {
	height: 2.25rem;
}

.datepicker-cell:not(.day) {
	flex-basis: 25%;
	height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
	background-color: #e9e9e9;
}

.datepicker-cell.selected,.datepicker-cell.selected:hover {
	background-color: #2f2f35;
	color: #fff;
	font-weight: 600;
}

.datepicker-cell.disabled {
	color: #dcdcdc;
}

.datepicker-cell.prev:not(.disabled),.datepicker-cell.next:not(.disabled) {
	color: #7a7a7a;
}

.datepicker-cell.prev.selected,.datepicker-cell.next.selected {
	color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
	border-radius: 0;
	background-color: #f5f5f5;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
	background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
	background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
	background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
	color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
	background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected) {
	background-color: #2f2f35;
	color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected) {
	background-color: #b3b3b3;
}

.datepicker-cell.range-start:not(.range-end) {
	border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
	border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
	border-radius: 0;
	background-color: #e6e8ec66;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
	background-color: #e6e8ec66;
}

.datepicker-cell.range.disabled {
	color: #c6c6c6;
}

.datepicker-cell.range.focused {
	background-color: #d1d1d1;
}

.datepicker-input.in-edit {
	border-color: #276bda;
}

.datepicker-input.in-edit:focus,.datepicker-input.in-edit:active {
	box-shadow: 0 0 .25em .25em #276bda33;
}

html {
	box-sizing: border-box;
	background: #fff;
	scroll-behavior: smooth;
}

*,*:before,*:after {
	box-sizing: inherit;
	outline: none;
}

a {
	color: #2f2f35;
	text-decoration: none;
}

a:hover,a:active,a:focus {
	color: #2f2f35;
	text-decoration: underline;
}

i {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}

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

::-moz-placeholder {
	opacity: 1;
}

::-webkit-input-placeholder {
	opacity: 1;
}

body.overflow-hidden {
	overflow: hidden;
}

button {
	cursor: pointer;
	background: none;
	border: none;
	font-family: Inter,sans-serif;
	padding: 0;
	color: #2f2f35;
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.grid {
	display: grid;
	grid-template-columns: repeat(12,1fr);
	grid-gap: 2rem;
}

@media (max-width: 820px) {
	.grid {
		grid-gap: 1rem;
	}
}

.grid .col-1 {
	grid-column: span 1;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-1 {
		grid-column: span 1;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-1 {
		grid-column: span 1!important;
		min-width: 0;
	}
}

.grid .row-1 {
	grid-row: span 1;
}

@media (max-width: 1199px) {
	.grid .row-lg-1 {
		grid-row: span 1;
	}
}

@media (max-width: 820px) {
	.grid .row-md-1 {
		grid-row: span 1;
	}
}

.grid .col-2 {
	grid-column: span 2;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-2 {
		grid-column: span 2;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-2 {
		grid-column: span 2!important;
		min-width: 0;
	}
}

.grid .row-2 {
	grid-row: span 2;
}

@media (max-width: 1199px) {
	.grid .row-lg-2 {
		grid-row: span 2;
	}
}

@media (max-width: 820px) {
	.grid .row-md-2 {
		grid-row: span 2;
	}
}

.grid .col-3 {
	grid-column: span 3;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-3 {
		grid-column: span 3;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-3 {
		grid-column: span 3!important;
		min-width: 0;
	}
}

.grid .row-3 {
	grid-row: span 3;
}

@media (max-width: 1199px) {
	.grid .row-lg-3 {
		grid-row: span 3;
	}
}

@media (max-width: 820px) {
	.grid .row-md-3 {
		grid-row: span 3;
	}
}

.grid .col-4 {
	grid-column: span 4;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-4 {
		grid-column: span 4;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-4 {
		grid-column: span 4!important;
		min-width: 0;
	}
}

.grid .row-4 {
	grid-row: span 4;
}

@media (max-width: 1199px) {
	.grid .row-lg-4 {
		grid-row: span 4;
	}
}

@media (max-width: 820px) {
	.grid .row-md-4 {
		grid-row: span 4;
	}
}

.grid .col-5 {
	grid-column: span 5;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-5 {
		grid-column: span 5;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-5 {
		grid-column: span 5!important;
		min-width: 0;
	}
}

.grid .row-5 {
	grid-row: span 5;
}

@media (max-width: 1199px) {
	.grid .row-lg-5 {
		grid-row: span 5;
	}
}

@media (max-width: 820px) {
	.grid .row-md-5 {
		grid-row: span 5;
	}
}

.grid .col-6 {
	grid-column: span 6;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-6 {
		grid-column: span 6;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-6 {
		grid-column: span 6!important;
		min-width: 0;
	}
}

.grid .row-6 {
	grid-row: span 6;
}

@media (max-width: 1199px) {
	.grid .row-lg-6 {
		grid-row: span 6;
	}
}

@media (max-width: 820px) {
	.grid .row-md-6 {
		grid-row: span 6;
	}
}

.grid .col-7 {
	grid-column: span 7;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-7 {
		grid-column: span 7;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-7 {
		grid-column: span 7!important;
		min-width: 0;
	}
}

.grid .row-7 {
	grid-row: span 7;
}

@media (max-width: 1199px) {
	.grid .row-lg-7 {
		grid-row: span 7;
	}
}

@media (max-width: 820px) {
	.grid .row-md-7 {
		grid-row: span 7;
	}
}

.grid .col-8 {
	grid-column: span 8;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-8 {
		grid-column: span 8;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-8 {
		grid-column: span 8!important;
		min-width: 0;
	}
}

.grid .row-8 {
	grid-row: span 8;
}

@media (max-width: 1199px) {
	.grid .row-lg-8 {
		grid-row: span 8;
	}
}

@media (max-width: 820px) {
	.grid .row-md-8 {
		grid-row: span 8;
	}
}

.grid .col-9 {
	grid-column: span 9;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-9 {
		grid-column: span 9;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-9 {
		grid-column: span 9!important;
		min-width: 0;
	}
}

.grid .row-9 {
	grid-row: span 9;
}

@media (max-width: 1199px) {
	.grid .row-lg-9 {
		grid-row: span 9;
	}
}

@media (max-width: 820px) {
	.grid .row-md-9 {
		grid-row: span 9;
	}
}

.grid .col-10 {
	grid-column: span 10;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-10 {
		grid-column: span 10;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-10 {
		grid-column: span 10!important;
		min-width: 0;
	}
}

.grid .row-10 {
	grid-row: span 10;
}

@media (max-width: 1199px) {
	.grid .row-lg-10 {
		grid-row: span 10;
	}
}

@media (max-width: 820px) {
	.grid .row-md-10 {
		grid-row: span 10;
	}
}

.grid .col-11 {
	grid-column: span 11;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-11 {
		grid-column: span 11;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-11 {
		grid-column: span 11!important;
		min-width: 0;
	}
}

.grid .row-11 {
	grid-row: span 11;
}

@media (max-width: 1199px) {
	.grid .row-lg-11 {
		grid-row: span 11;
	}
}

@media (max-width: 820px) {
	.grid .row-md-11 {
		grid-row: span 11;
	}
}

.grid .col-12 {
	grid-column: span 12;
	min-width: 0;
}

@media (max-width: 1199px) {
	.grid .col-lg-12 {
		grid-column: span 12;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.grid .col-md-12 {
		grid-column: span 12!important;
		min-width: 0;
	}
}

.grid .row-12 {
	grid-row: span 12;
}

@media (max-width: 1199px) {
	.grid .row-lg-12 {
		grid-row: span 12;
	}
}

@media (max-width: 820px) {
	.grid .row-md-12 {
		grid-row: span 12;
	}
}

.grid.gap-2 {
	grid-gap: .5rem;
}

.link-home {
	color: #9fa4bc;
	font-size: .875rem;
	font-weight: 500;
}

main {
	position: relative;
	z-index: 1;
}

.input-error-msg {
	color: #fa3b3b;
	margin-top: .25rem;
	display: none;
	font-size: .875rem;
}

.lost_reset_password ul {
	padding-left: 18px;
}

.lost_reset_password ul li {
	color: #777e90;
}

.lost_reset_password ul li::marker {
	color: #0067b8;
}

.lost_reset_password ul li+li {
	margin-top: .25rem;
}

[x-cloak] {
	display: none!important;
}

[disabled] {
	pointer-events: none;
	opacity: .5;
}

.btn-up {
	position: fixed;
	left: 2.75rem;
	bottom: 2.75rem;
	z-index: 99;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

@media (max-width: 820px) {
	.btn-up {
		left: 1rem;
		bottom: 1rem;
	}
}

.btn-up .arr {
	border: solid #2F2F35;
	padding: 5px;
	border-radius: 2px;
	width: auto;
	height: auto;
	border-width: 3px 0 0 3px;
	rotate: 45deg;
	position: relative;
	top: 2px;
}

.align-items-center {
	align-items: center;
}

#nsl-notices-fallback {
	display: none!important;
}

.blank {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	background: #fff;
}

.big-stars {
	color: #ffc554;
}

.big-stars svg {
	width: 2.75rem;
	height: 2.75rem;
}

#gtx-trans {
	display: none!important;
}

.dark-star .icon-star {
	fill: #2f2f35;
}

.bg-diagonal-lines {
	background: repeating-linear-gradient(-45deg,#e6e8ec,#e6e8ec 2px,#dadce0 2px,#dadce0 4px);
}

.bg-diagonal-lines:hover {
	background: #24aa32;
}

.translate-y-full {
	transform: translateY(100%);
}

.translate-y-full.translate-y-0 {
	transform: translateY(0);
}

.icon-popup-cross {
	width: 1.75rem;
	height: 1.75rem;
}

.btn-table-sort {
	font-weight: 500;
	gap: .5rem;
	display: flex;
	align-items: center;
}

.btn-table-sort svg {
	width: 10px;
	height: 6px;
}

.btn-table-sort.active svg {
	transform: rotate(180deg);
}

.no-phone-detection {
	-webkit-touch-callout: none;
	-webkit-user-select: text;
	color: inherit;
	text-decoration: none;
}

.no-phone-detection a,.no-phone-detection:link,.no-phone-detection:visited {
	color: inherit!important;
	text-decoration: none!important;
	pointer-events: none!important;
}

/*body {
	color: #2f2f35;
	font-size: 1rem;
	line-height: 1.5;
	font-family: Inter,sans-serif;
}

h1,.h1 {
	font-size: 2.5rem;
	font-weight: 600;
}

@media (max-width: 1199px) {
	h1,.h1 {
		font-size: 1.5rem;
	}
}

h2,.h2 {
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

@media (max-width: 1199px) {
	h2,.h2 {
		font-size: 1.25rem;
	}
}

h3,.h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

@media (max-width: 820px) {
	h3,.h3 {
		font-size: 1.125rem;
	}
}

h4,.h4 {
	margin-bottom: .5rem;
	font-size: 1.25rem;
}

@media (max-width: 820px) {
	h4,.h4 {
		font-size: 1.125rem;
	}
}

h5,.h5 {
	font-size: 1.125rem;
	font-weight: 500;
}

h6,.h6 {
	font-size: 1rem;
	font-weight: 400;
}*/

.clr:after {
	clear: both;
	content: "";
	display: table;
}

.container {
	max-width: 1170px;
	width: 90%;
	margin: 0 auto;
}

.list-reset,.catalog-ul>li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.gray {
	color: #9fa4bc;
}

.text-light,.gray-2 {
	color: #777e90;
}

.green,.woocommerce-password-strength.good,.woocommerce-password-strength.strong {
	color: #35ae41;
}

.line-b {
	border-bottom: .063rem solid #ebeaed;
}

.border {
	border: .063rem solid #ebeaed;
}

.rounded {
	border-radius: 3px;
}

.w-100 {
	width: 100%;
}

.red,.woocommerce-password-strength {
	color: #fa3b3b;
}

.orange {
	color: #f86a1a;
}

.max-430 {
	max-width: 430px;
	margin: 0 auto;
}

.max-860 {
	max-width: 860px;
	margin: 0 auto;
}

.link {
	color: #0067b8;
}

@media (max-width: 1199px) {
	.order-lg-1 {
		order: 1;
	}
}

.order-lg-0 {
	order: 0;
}

.mx-770 {
	max-width: 770px;
	margin: 0 auto;
}

.mx-970 {
	max-width: 970px;
	margin: 0 auto;
}

.line,.products .product-line {
	background-color: #e6e8ec;
	height: 1px;
}

.lh-normal {
	line-height: normal;
}

.gap-0 {
	gap: 0rem;
}

.p-0 {
	padding: 0rem;
}

.pb-0 {
	padding-bottom: 0rem;
}

.pv-0 {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.ph-0 {
	padding-left: 0rem;
	padding-right: 0rem;
}

.mb-0 {
	margin-bottom: 0rem;
}

.mv-0 {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

@media (max-width: 1199px) {
	.p-lg-0 {
		padding: 0rem;
	}

	.pv-lg-0 {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}

	.ph-lg-0 {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.mb-lg-0 {
		margin-bottom: 0rem;
	}

	.mv-lg-0 {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
}

@media (max-width: 820px) {
	.p-md-0 {
		padding: 0rem;
	}

	.pv-md-0 {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}

	.ph-md-0 {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.mb-md-0 {
		margin-bottom: 0rem;
	}

	.mv-md-0 {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
}

.gap-1 {
	gap: .25rem;
}

.p-1 {
	padding: .25rem;
}

.pb-1 {
	padding-bottom: .25rem;
}

.pv-1 {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.ph-1 {
	padding-left: .25rem;
	padding-right: .25rem;
}

.mb-1 {
	margin-bottom: .25rem;
}

.mv-1 {
	margin-top: .25rem;
	margin-bottom: .25rem;
}

@media (max-width: 1199px) {
	.p-lg-1 {
		padding: .25rem;
	}

	.pv-lg-1 {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

	.ph-lg-1 {
		padding-left: .25rem;
		padding-right: .25rem;
	}

	.mb-lg-1 {
		margin-bottom: .25rem;
	}

	.mv-lg-1 {
		margin-top: .25rem;
		margin-bottom: .25rem;
	}
}

@media (max-width: 820px) {
	.p-md-1 {
		padding: .25rem;
	}

	.pv-md-1 {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

	.ph-md-1 {
		padding-left: .25rem;
		padding-right: .25rem;
	}

	.mb-md-1 {
		margin-bottom: .25rem;
	}

	.mv-md-1 {
		margin-top: .25rem;
		margin-bottom: .25rem;
	}
}

.gap-2 {
	gap: .5rem;
}

.p-2 {
	padding: .5rem;
}

.pb-2 {
	padding-bottom: .5rem;
}

.pv-2 {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.ph-2 {
	padding-left: .5rem;
	padding-right: .5rem;
}

.mb-2 {
	margin-bottom: .5rem;
}

.mv-2 {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

@media (max-width: 1199px) {
	.p-lg-2 {
		padding: .5rem;
	}

	.pv-lg-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.ph-lg-2 {
		padding-left: .5rem;
		padding-right: .5rem;
	}

	.mb-lg-2 {
		margin-bottom: .5rem;
	}

	.mv-lg-2 {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
}

@media (max-width: 820px) {
	.p-md-2 {
		padding: .5rem;
	}

	.pv-md-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.ph-md-2 {
		padding-left: .5rem;
		padding-right: .5rem;
	}

	.mb-md-2 {
		margin-bottom: .5rem;
	}

	.mv-md-2 {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
}

.gap-3 {
	gap: .75rem;
}

.p-3 {
	padding: .75rem;
}

.pb-3 {
	padding-bottom: .75rem;
}

.pv-3 {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.ph-3 {
	padding-left: .75rem;
	padding-right: .75rem;
}

.mb-3 {
	margin-bottom: .75rem;
}

.mv-3 {
	margin-top: .75rem;
	margin-bottom: .75rem;
}

@media (max-width: 1199px) {
	.p-lg-3 {
		padding: .75rem;
	}

	.pv-lg-3 {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}

	.ph-lg-3 {
		padding-left: .75rem;
		padding-right: .75rem;
	}

	.mb-lg-3 {
		margin-bottom: .75rem;
	}

	.mv-lg-3 {
		margin-top: .75rem;
		margin-bottom: .75rem;
	}
}

@media (max-width: 820px) {
	.p-md-3 {
		padding: .75rem;
	}

	.pv-md-3 {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}

	.ph-md-3 {
		padding-left: .75rem;
		padding-right: .75rem;
	}

	.mb-md-3 {
		margin-bottom: .75rem;
	}

	.mv-md-3 {
		margin-top: .75rem;
		margin-bottom: .75rem;
	}
}

.gap-4 {
	gap: 1rem;
}

.p-4 {
	padding: 1rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pv-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.ph-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mv-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 1199px) {
	.p-lg-4 {
		padding: 1rem;
	}

	.pv-lg-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.ph-lg-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.mb-lg-4 {
		margin-bottom: 1rem;
	}

	.mv-lg-4 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

@media (max-width: 820px) {
	.p-md-4 {
		padding: 1rem;
	}

	.pv-md-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.ph-md-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.mb-md-4 {
		margin-bottom: 1rem;
	}

	.mv-md-4 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.gap-5 {
	gap: 1.25rem;
}

.p-5 {
	padding: 1.25rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

.pv-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.ph-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mv-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

@media (max-width: 1199px) {
	.p-lg-5 {
		padding: 1.25rem;
	}

	.pv-lg-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.ph-lg-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.mb-lg-5 {
		margin-bottom: 1.25rem;
	}

	.mv-lg-5 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

@media (max-width: 820px) {
	.p-md-5 {
		padding: 1.25rem;
	}

	.pv-md-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.ph-md-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.mb-md-5 {
		margin-bottom: 1.25rem;
	}

	.mv-md-5 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

.gap-6 {
	gap: 1.5rem;
}

.p-6 {
	padding: 1.5rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.pv-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.ph-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mv-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

@media (max-width: 1199px) {
	.p-lg-6 {
		padding: 1.5rem;
	}

	.pv-lg-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.ph-lg-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.mb-lg-6 {
		margin-bottom: 1.5rem;
	}

	.mv-lg-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 820px) {
	.p-md-6 {
		padding: 1.5rem;
	}

	.pv-md-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.ph-md-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.mb-md-6 {
		margin-bottom: 1.5rem;
	}

	.mv-md-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

.gap-7 {
	gap: 1.75rem;
}

.p-7 {
	padding: 1.75rem;
}

.pb-7 {
	padding-bottom: 1.75rem;
}

.pv-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}

.ph-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.mb-7 {
	margin-bottom: 1.75rem;
}

.mv-7 {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}

@media (max-width: 1199px) {
	.p-lg-7 {
		padding: 1.75rem;
	}

	.pv-lg-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.ph-lg-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.mb-lg-7 {
		margin-bottom: 1.75rem;
	}

	.mv-lg-7 {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
}

@media (max-width: 820px) {
	.p-md-7 {
		padding: 1.75rem;
	}

	.pv-md-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.ph-md-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.mb-md-7 {
		margin-bottom: 1.75rem;
	}

	.mv-md-7 {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
}

.gap-8 {
	gap: 2rem;
}

.p-8 {
	padding: 2rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pv-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.ph-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mv-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 1199px) {
	.p-lg-8 {
		padding: 2rem;
	}

	.pv-lg-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.ph-lg-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.mb-lg-8 {
		margin-bottom: 2rem;
	}

	.mv-lg-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

@media (max-width: 820px) {
	.p-md-8 {
		padding: 2rem;
	}

	.pv-md-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.ph-md-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.mb-md-8 {
		margin-bottom: 2rem;
	}

	.mv-md-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

.gap-9 {
	gap: 2.25rem;
}

.p-9 {
	padding: 2.25rem;
}

.pb-9 {
	padding-bottom: 2.25rem;
}

.pv-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.ph-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

.mb-9 {
	margin-bottom: 2.25rem;
}

.mv-9 {
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

@media (max-width: 1199px) {
	.p-lg-9 {
		padding: 2.25rem;
	}

	.pv-lg-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.ph-lg-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.mb-lg-9 {
		margin-bottom: 2.25rem;
	}

	.mv-lg-9 {
		margin-top: 2.25rem;
		margin-bottom: 2.25rem;
	}
}

@media (max-width: 820px) {
	.p-md-9 {
		padding: 2.25rem;
	}

	.pv-md-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.ph-md-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.mb-md-9 {
		margin-bottom: 2.25rem;
	}

	.mv-md-9 {
		margin-top: 2.25rem;
		margin-bottom: 2.25rem;
	}
}

.gap-10 {
	gap: 2.5rem;
}

.p-10 {
	padding: 2.5rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.pv-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.ph-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mv-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

@media (max-width: 1199px) {
	.p-lg-10 {
		padding: 2.5rem;
	}

	.pv-lg-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.ph-lg-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.mb-lg-10 {
		margin-bottom: 2.5rem;
	}

	.mv-lg-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

@media (max-width: 820px) {
	.p-md-10 {
		padding: 2.5rem;
	}

	.pv-md-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.ph-md-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.mb-md-10 {
		margin-bottom: 2.5rem;
	}

	.mv-md-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

.gap-11 {
	gap: 2.75rem;
}

.p-11 {
	padding: 2.75rem;
}

.pb-11 {
	padding-bottom: 2.75rem;
}

.pv-11 {
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
}

.ph-11 {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

.mb-11 {
	margin-bottom: 2.75rem;
}

.mv-11 {
	margin-top: 2.75rem;
	margin-bottom: 2.75rem;
}

@media (max-width: 1199px) {
	.p-lg-11 {
		padding: 2.75rem;
	}

	.pv-lg-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.ph-lg-11 {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}

	.mb-lg-11 {
		margin-bottom: 2.75rem;
	}

	.mv-lg-11 {
		margin-top: 2.75rem;
		margin-bottom: 2.75rem;
	}
}

@media (max-width: 820px) {
	.p-md-11 {
		padding: 2.75rem;
	}

	.pv-md-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.ph-md-11 {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}

	.mb-md-11 {
		margin-bottom: 2.75rem;
	}

	.mv-md-11 {
		margin-top: 2.75rem;
		margin-bottom: 2.75rem;
	}
}

.gap-12 {
	gap: 3rem;
}

.p-12 {
	padding: 3rem;
}

.pb-12 {
	padding-bottom: 3rem;
}

.pv-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.ph-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mv-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

@media (max-width: 1199px) {
	.p-lg-12 {
		padding: 3rem;
	}

	.pv-lg-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.ph-lg-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.mb-lg-12 {
		margin-bottom: 3rem;
	}

	.mv-lg-12 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

@media (max-width: 820px) {
	.p-md-12 {
		padding: 3rem;
	}

	.pv-md-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.ph-md-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.mb-md-12 {
		margin-bottom: 3rem;
	}

	.mv-md-12 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

.gap-13 {
	gap: 3.25rem;
}

.p-13 {
	padding: 3.25rem;
}

.pb-13 {
	padding-bottom: 3.25rem;
}

.pv-13 {
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
}

.ph-13 {
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}

.mb-13 {
	margin-bottom: 3.25rem;
}

.mv-13 {
	margin-top: 3.25rem;
	margin-bottom: 3.25rem;
}

@media (max-width: 1199px) {
	.p-lg-13 {
		padding: 3.25rem;
	}

	.pv-lg-13 {
		padding-top: 3.25rem;
		padding-bottom: 3.25rem;
	}

	.ph-lg-13 {
		padding-left: 3.25rem;
		padding-right: 3.25rem;
	}

	.mb-lg-13 {
		margin-bottom: 3.25rem;
	}

	.mv-lg-13 {
		margin-top: 3.25rem;
		margin-bottom: 3.25rem;
	}
}

@media (max-width: 820px) {
	.p-md-13 {
		padding: 3.25rem;
	}

	.pv-md-13 {
		padding-top: 3.25rem;
		padding-bottom: 3.25rem;
	}

	.ph-md-13 {
		padding-left: 3.25rem;
		padding-right: 3.25rem;
	}

	.mb-md-13 {
		margin-bottom: 3.25rem;
	}

	.mv-md-13 {
		margin-top: 3.25rem;
		margin-bottom: 3.25rem;
	}
}

.gap-14 {
	gap: 3.5rem;
}

.p-14 {
	padding: 3.5rem;
}

.pb-14 {
	padding-bottom: 3.5rem;
}

.pv-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.ph-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.mb-14 {
	margin-bottom: 3.5rem;
}

.mv-14 {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

@media (max-width: 1199px) {
	.p-lg-14 {
		padding: 3.5rem;
	}

	.pv-lg-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.ph-lg-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.mb-lg-14 {
		margin-bottom: 3.5rem;
	}

	.mv-lg-14 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}
}

@media (max-width: 820px) {
	.p-md-14 {
		padding: 3.5rem;
	}

	.pv-md-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.ph-md-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.mb-md-14 {
		margin-bottom: 3.5rem;
	}

	.mv-md-14 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}
}

.gap-15 {
	gap: 3.75rem;
}

.p-15 {
	padding: 3.75rem;
}

.pb-15 {
	padding-bottom: 3.75rem;
}

.pv-15 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.ph-15 {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.mb-15 {
	margin-bottom: 3.75rem;
}

.mv-15 {
	margin-top: 3.75rem;
	margin-bottom: 3.75rem;
}

@media (max-width: 1199px) {
	.p-lg-15 {
		padding: 3.75rem;
	}

	.pv-lg-15 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.ph-lg-15 {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}

	.mb-lg-15 {
		margin-bottom: 3.75rem;
	}

	.mv-lg-15 {
		margin-top: 3.75rem;
		margin-bottom: 3.75rem;
	}
}

@media (max-width: 820px) {
	.p-md-15 {
		padding: 3.75rem;
	}

	.pv-md-15 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.ph-md-15 {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}

	.mb-md-15 {
		margin-bottom: 3.75rem;
	}

	.mv-md-15 {
		margin-top: 3.75rem;
		margin-bottom: 3.75rem;
	}
}

.gap-16 {
	gap: 4rem;
}

.p-16 {
	padding: 4rem;
}

.pb-16 {
	padding-bottom: 4rem;
}

.pv-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.ph-16 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.mv-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

@media (max-width: 1199px) {
	.p-lg-16 {
		padding: 4rem;
	}

	.pv-lg-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.ph-lg-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.mb-lg-16 {
		margin-bottom: 4rem;
	}

	.mv-lg-16 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
}

@media (max-width: 820px) {
	.p-md-16 {
		padding: 4rem;
	}

	.pv-md-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.ph-md-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.mb-md-16 {
		margin-bottom: 4rem;
	}

	.mv-md-16 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
}

.gap-17 {
	gap: 4.25rem;
}

.p-17 {
	padding: 4.25rem;
}

.pb-17 {
	padding-bottom: 4.25rem;
}

.pv-17 {
	padding-top: 4.25rem;
	padding-bottom: 4.25rem;
}

.ph-17 {
	padding-left: 4.25rem;
	padding-right: 4.25rem;
}

.mb-17 {
	margin-bottom: 4.25rem;
}

.mv-17 {
	margin-top: 4.25rem;
	margin-bottom: 4.25rem;
}

@media (max-width: 1199px) {
	.p-lg-17 {
		padding: 4.25rem;
	}

	.pv-lg-17 {
		padding-top: 4.25rem;
		padding-bottom: 4.25rem;
	}

	.ph-lg-17 {
		padding-left: 4.25rem;
		padding-right: 4.25rem;
	}

	.mb-lg-17 {
		margin-bottom: 4.25rem;
	}

	.mv-lg-17 {
		margin-top: 4.25rem;
		margin-bottom: 4.25rem;
	}
}

@media (max-width: 820px) {
	.p-md-17 {
		padding: 4.25rem;
	}

	.pv-md-17 {
		padding-top: 4.25rem;
		padding-bottom: 4.25rem;
	}

	.ph-md-17 {
		padding-left: 4.25rem;
		padding-right: 4.25rem;
	}

	.mb-md-17 {
		margin-bottom: 4.25rem;
	}

	.mv-md-17 {
		margin-top: 4.25rem;
		margin-bottom: 4.25rem;
	}
}

.gap-18 {
	gap: 4.5rem;
}

.p-18 {
	padding: 4.5rem;
}

.pb-18 {
	padding-bottom: 4.5rem;
}

.pv-18 {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.ph-18 {
	padding-left: 4.5rem;
	padding-right: 4.5rem;
}

.mb-18 {
	margin-bottom: 4.5rem;
}

.mv-18 {
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
}

@media (max-width: 1199px) {
	.p-lg-18 {
		padding: 4.5rem;
	}

	.pv-lg-18 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.ph-lg-18 {
		padding-left: 4.5rem;
		padding-right: 4.5rem;
	}

	.mb-lg-18 {
		margin-bottom: 4.5rem;
	}

	.mv-lg-18 {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem;
	}
}

@media (max-width: 820px) {
	.p-md-18 {
		padding: 4.5rem;
	}

	.pv-md-18 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.ph-md-18 {
		padding-left: 4.5rem;
		padding-right: 4.5rem;
	}

	.mb-md-18 {
		margin-bottom: 4.5rem;
	}

	.mv-md-18 {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem;
	}
}

.gap-19 {
	gap: 4.75rem;
}

.p-19 {
	padding: 4.75rem;
}

.pb-19 {
	padding-bottom: 4.75rem;
}

.pv-19 {
	padding-top: 4.75rem;
	padding-bottom: 4.75rem;
}

.ph-19 {
	padding-left: 4.75rem;
	padding-right: 4.75rem;
}

.mb-19 {
	margin-bottom: 4.75rem;
}

.mv-19 {
	margin-top: 4.75rem;
	margin-bottom: 4.75rem;
}

@media (max-width: 1199px) {
	.p-lg-19 {
		padding: 4.75rem;
	}

	.pv-lg-19 {
		padding-top: 4.75rem;
		padding-bottom: 4.75rem;
	}

	.ph-lg-19 {
		padding-left: 4.75rem;
		padding-right: 4.75rem;
	}

	.mb-lg-19 {
		margin-bottom: 4.75rem;
	}

	.mv-lg-19 {
		margin-top: 4.75rem;
		margin-bottom: 4.75rem;
	}
}

@media (max-width: 820px) {
	.p-md-19 {
		padding: 4.75rem;
	}

	.pv-md-19 {
		padding-top: 4.75rem;
		padding-bottom: 4.75rem;
	}

	.ph-md-19 {
		padding-left: 4.75rem;
		padding-right: 4.75rem;
	}

	.mb-md-19 {
		margin-bottom: 4.75rem;
	}

	.mv-md-19 {
		margin-top: 4.75rem;
		margin-bottom: 4.75rem;
	}
}

.gap-20 {
	gap: 5rem;
}

.p-20 {
	padding: 5rem;
}

.pb-20 {
	padding-bottom: 5rem;
}

.pv-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.ph-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.mb-20 {
	margin-bottom: 5rem;
}

.mv-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

@media (max-width: 1199px) {
	.p-lg-20 {
		padding: 5rem;
	}

	.pv-lg-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.ph-lg-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.mb-lg-20 {
		margin-bottom: 5rem;
	}

	.mv-lg-20 {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
}

@media (max-width: 820px) {
	.p-md-20 {
		padding: 5rem;
	}

	.pv-md-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.ph-md-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.mb-md-20 {
		margin-bottom: 5rem;
	}

	.mv-md-20 {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
}

.gap-21 {
	gap: 5.25rem;
}

.p-21 {
	padding: 5.25rem;
}

.pb-21 {
	padding-bottom: 5.25rem;
}

.pv-21 {
	padding-top: 5.25rem;
	padding-bottom: 5.25rem;
}

.ph-21 {
	padding-left: 5.25rem;
	padding-right: 5.25rem;
}

.mb-21 {
	margin-bottom: 5.25rem;
}

.mv-21 {
	margin-top: 5.25rem;
	margin-bottom: 5.25rem;
}

@media (max-width: 1199px) {
	.p-lg-21 {
		padding: 5.25rem;
	}

	.pv-lg-21 {
		padding-top: 5.25rem;
		padding-bottom: 5.25rem;
	}

	.ph-lg-21 {
		padding-left: 5.25rem;
		padding-right: 5.25rem;
	}

	.mb-lg-21 {
		margin-bottom: 5.25rem;
	}

	.mv-lg-21 {
		margin-top: 5.25rem;
		margin-bottom: 5.25rem;
	}
}

@media (max-width: 820px) {
	.p-md-21 {
		padding: 5.25rem;
	}

	.pv-md-21 {
		padding-top: 5.25rem;
		padding-bottom: 5.25rem;
	}

	.ph-md-21 {
		padding-left: 5.25rem;
		padding-right: 5.25rem;
	}

	.mb-md-21 {
		margin-bottom: 5.25rem;
	}

	.mv-md-21 {
		margin-top: 5.25rem;
		margin-bottom: 5.25rem;
	}
}

.gap-22 {
	gap: 5.5rem;
}

.p-22 {
	padding: 5.5rem;
}

.pb-22 {
	padding-bottom: 5.5rem;
}

.pv-22 {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}

.ph-22 {
	padding-left: 5.5rem;
	padding-right: 5.5rem;
}

.mb-22 {
	margin-bottom: 5.5rem;
}

.mv-22 {
	margin-top: 5.5rem;
	margin-bottom: 5.5rem;
}

@media (max-width: 1199px) {
	.p-lg-22 {
		padding: 5.5rem;
	}

	.pv-lg-22 {
		padding-top: 5.5rem;
		padding-bottom: 5.5rem;
	}

	.ph-lg-22 {
		padding-left: 5.5rem;
		padding-right: 5.5rem;
	}

	.mb-lg-22 {
		margin-bottom: 5.5rem;
	}

	.mv-lg-22 {
		margin-top: 5.5rem;
		margin-bottom: 5.5rem;
	}
}

@media (max-width: 820px) {
	.p-md-22 {
		padding: 5.5rem;
	}

	.pv-md-22 {
		padding-top: 5.5rem;
		padding-bottom: 5.5rem;
	}

	.ph-md-22 {
		padding-left: 5.5rem;
		padding-right: 5.5rem;
	}

	.mb-md-22 {
		margin-bottom: 5.5rem;
	}

	.mv-md-22 {
		margin-top: 5.5rem;
		margin-bottom: 5.5rem;
	}
}

.gap-23 {
	gap: 5.75rem;
}

.p-23 {
	padding: 5.75rem;
}

.pb-23 {
	padding-bottom: 5.75rem;
}

.pv-23 {
	padding-top: 5.75rem;
	padding-bottom: 5.75rem;
}

.ph-23 {
	padding-left: 5.75rem;
	padding-right: 5.75rem;
}

.mb-23 {
	margin-bottom: 5.75rem;
}

.mv-23 {
	margin-top: 5.75rem;
	margin-bottom: 5.75rem;
}

@media (max-width: 1199px) {
	.p-lg-23 {
		padding: 5.75rem;
	}

	.pv-lg-23 {
		padding-top: 5.75rem;
		padding-bottom: 5.75rem;
	}

	.ph-lg-23 {
		padding-left: 5.75rem;
		padding-right: 5.75rem;
	}

	.mb-lg-23 {
		margin-bottom: 5.75rem;
	}

	.mv-lg-23 {
		margin-top: 5.75rem;
		margin-bottom: 5.75rem;
	}
}

@media (max-width: 820px) {
	.p-md-23 {
		padding: 5.75rem;
	}

	.pv-md-23 {
		padding-top: 5.75rem;
		padding-bottom: 5.75rem;
	}

	.ph-md-23 {
		padding-left: 5.75rem;
		padding-right: 5.75rem;
	}

	.mb-md-23 {
		margin-bottom: 5.75rem;
	}

	.mv-md-23 {
		margin-top: 5.75rem;
		margin-bottom: 5.75rem;
	}
}

.gap-24 {
	gap: 6rem;
}

.p-24 {
	padding: 6rem;
}

.pb-24 {
	padding-bottom: 6rem;
}

.pv-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.ph-24 {
	padding-left: 6rem;
	padding-right: 6rem;
}

.mb-24 {
	margin-bottom: 6rem;
}

.mv-24 {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

@media (max-width: 1199px) {
	.p-lg-24 {
		padding: 6rem;
	}

	.pv-lg-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.ph-lg-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.mb-lg-24 {
		margin-bottom: 6rem;
	}

	.mv-lg-24 {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
}

@media (max-width: 820px) {
	.p-md-24 {
		padding: 6rem;
	}

	.pv-md-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.ph-md-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.mb-md-24 {
		margin-bottom: 6rem;
	}

	.mv-md-24 {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
}

.d-flex,.flex {
	display: flex;
}

#header {
	position: relative;
	background: #fff;
	z-index: 100;
	border-bottom: 1px solid #ebeaed;
}

#header #top-line {
	background-color: #f6f6f6;
	padding: .6rem 0;
	text-align: center;
}

#header #top-line .container {
	position: relative;
	display: flex;
	gap: .5rem;
	justify-content: space-between;
}

#header #top-line .container ul {
	display: flex;
	gap: 1.5rem;
}

#header #top-line .container ul li a {
	text-decoration: none;
}

#header #top-line .container ul li a:hover {
	color: #969696;
}

#header>.container {
	padding: 1rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

@media (max-width: 820px) {
	#header>.container {
		border-bottom: 0;
		height: 5rem;
		padding: 0;
	}
}

#header>.container .logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}

#header>.container .logo img {
	width: 38px;
}

#header>.container .logo div {
	margin-left: .5rem;
	line-height: 1;
}

#header>.container .logo div b {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
}

@media (max-width: 1199px) {
	#header>.container .logo div b {
		font-size: 1.375rem;
	}
}

#header>.container .logo div span {
	color: #9fa4bc;
	font-size: .813rem;
}

@media (max-width: 1199px) {
	#header>.container .logo div span {
		font-size: .75rem;
	}
}

#header>.container .btn-menu {
	display: none;
	height: 30px;
}

@media (max-width: 1199px) {
	#header>.container .btn-menu {
		display: block;
	}
}

#header>.container .btn-menu .icon-burger {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#header>.container .btn-menu .icon-burger,#header>.container .btn-menu .icon-burger:before,#header>.container .btn-menu .icon-burger:after {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #2f2f35;
	transition-property: background-color,transform;
	transition-duration: .3s;
}

#header>.container .btn-menu .icon-burger:before,#header>.container .btn-menu .icon-burger:after {
	position: absolute;
	content: "";
}

#header>.container .btn-menu .icon-burger:before {
	top: -8px;
}

#header>.container .btn-menu .icon-burger:after {
	top: 8px;
}

#header>.container .btn-menu .icon-burger {
	margin: 0 auto;
}

#header>.container .btn-menu.active .icon-burger {
	background-color: transparent;
}

#header>.container .btn-menu.active .icon-burger:before {
	transform: translateY(8px) rotate(45deg);
}

#header>.container .btn-menu.active .icon-burger:after {
	transform: translateY(-8px) rotate(-45deg);
}

#header>.container #quick-search {
	width: 536px;
	position: relative;
	z-index: 101;
}

@media (max-width: 1199px) {
	#header>.container #quick-search {
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		padding: 1rem 0 0 3rem;
		opacity: 0;
		visibility: hidden;
		transition: .3s all ease;
	}

	#header>.container #quick-search.show {
		opacity: 1;
		visibility: visible;
	}
}

#header>.container #quick-search .btn-search-close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0;
	font-size: 0;
}

#header>.container #quick-search label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	font-size: 0;
}

#header>.container #quick-search input[type=text] {
	width: 100%;
	height: 3rem;
	background-color: #f6f6f6;
	border: none;
	padding-right: 3.5rem;
	padding-left: 1.5rem;
	color: #626579;
	border-radius: .75rem;
}

#header>.container .link-catalog {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 1.5rem;
	border-radius: .75rem;
	gap: .5rem;
	color: #fff;
	background: #2f2f35;
	font-weight: 500;
}

@media (max-width: 1199px) {
	#header>.container .link-catalog {
		display: none;
	}
}

#header>.container .link-catalog .icon-catalog-burger {
	width: 18px;
	height: 2px;
	color: #fff;
	background: currentColor;
	position: relative;
	transition: .3s all;
}

#header>.container .link-catalog .icon-catalog-burger:before,#header>.container .link-catalog .icon-catalog-burger:after {
	content: "";
	position: absolute;
	left: 0;
	width: 18px;
	height: 2px;
	background: currentColor;
	transition: .3s all;
}

#header>.container .link-catalog .icon-catalog-burger:before {
	transform: translateY(-6px);
}

#header>.container .link-catalog .icon-catalog-burger:after {
	transform: translateY(6px);
	width: 10px;
}

#header>.container .link-catalog.active .icon-catalog-burger {
	background: transparent;
}

#header>.container .link-catalog.active .icon-catalog-burger:before {
	transform: rotate(45deg);
}

#header>.container .link-catalog.active .icon-catalog-burger:after {
	width: 18px;
	transform: rotate(-45deg);
}

#header>.container .link-catalog:hover {
	background: #42424a;
}

#header>.container .btn-search {
	font-size: 0;
}

@media (max-width: 820px) {
	#header>.container .btn-search .icon-search {
		width: 1.5rem;
		height: 1.5rem;
	}
}

#header>.container .link-cart {
	position: relative;
}

#header>.container .link-cart .contents-count {
	min-width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	background-color: #3b71fe;
	position: absolute;
	padding: 0 .3rem;
	top: -.5rem;
	left: 2.25rem;
	border-radius: 100rem;
	text-align: center;
	font-size: .875rem;
	font-weight: 500;
	color: #fff;
	box-shadow: 0 0 0 2px #fff;
}

@media (max-width: 820px) {
	#header>.container .link-cart .contents-count {
		left: 1rem;
	}
}

#header>.container .btn-gray {
	padding: 0 1rem;
	height: 2.688rem;
	font-size: 1rem;
	font-weight: 500;
}

#header>.container .btn-user-menu {
	text-decoration: none;
}

@media (max-width: 820px) {
	#header>.container .btn-user-menu {
		margin: 0 1rem;
	}
}

#header>.container .btn-user-menu img {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}

@media (max-width: 820px) {
	#header>.container .btn-user-menu img {
		width: 2.5rem;
		height: 2.5rem;
	}
}

#header>.container .user-menu {
	position: relative;
	z-index: 1001;
}

#header>.container .user-menu .wrap {
	top: calc(100% + .5rem);
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	box-shadow: 0 3rem 3rem #02103914,0 1rem 2.75rem #0210390f;
	border-radius: .75rem;
	background-color: #fff;
	padding: .5rem;
	border: 1px solid #E6E8EC;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}

#header>.container .user-menu .wrap ul li a {
	position: relative;
	padding: .75rem 1rem;
	text-decoration: none;
	border-radius: .75rem;
	display: flex;
	align-items: center;
	gap: .75rem;
	cursor: pointer;
	white-space: nowrap;
}

#header>.container .user-menu .wrap ul li a .icon-panel {
	color: #969696;
	fill: #969696;
	width: 1.5rem;
	height: 1.25rem;
}

#header>.container .user-menu .wrap ul li:hover a,#header>.container .user-menu .wrap ul li.active a {
	background-color: #f5f5f5;
}

#header>.container .user-menu .wrap .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header>.container .user-menu .wrap .buttons .btn {
	padding: 0 1rem;
	font-size: 1rem;
}

#header>.container .user-menu .wrap .buttons .btn.link-exit {
	color: #fa3b3b;
}

#header>.container .user-menu .wrap.show {
	opacity: 1;
	visibility: visible;
}

#header>.container .user-menu:hover .wrap {
	opacity: 1;
	visibility: visible;
}

#footer {
	margin-top: 6rem;
}

@media (max-width: 820px) {
	#footer {
		margin-top: 2rem;
	}
}

#footer .row-1 {
	border-top: .063rem solid #ebeaed;
}

#footer .row-1 .h6 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #000;
	margin-bottom: .5rem;
}

@media (max-width: 820px) {
	#footer .row-1 .h6 {
		font-size: 1rem;
		font-weight: 700;
		margin-bottom: .5rem;
	}
}

#footer .row-1 ul li a {
	font-size: 1.125rem;
	color: #000;
	display: flex;
	align-items: center;
	gap: .75rem;
}

@media (max-width: 820px) {
	#footer .row-1 ul li a {
		color: #777e90;
		font-size: 1rem;
	}
}

#footer .row-1 ul li a span {
	background-color: #f5f5f5;
	border-radius: 6.25rem;
	border: 1px solid #E6E8EC;
	color: #23262f;
	flex-shrink: 0;
	font-size: .8rem;
	font-weight: 600;
	line-height: 1rem;
	padding: 3px 8px;
}

#footer .row-1 ul li a:hover {
	color: #0067b8;
	text-decoration: none;
}

#footer .row-1 ul li+li {
	margin-top: .5rem;
}

#footer .row-1 .socials {
	display: flex;
	align-items: center;
}

@media (max-width: 820px) {
	#footer .row-1 .socials {
		margin-top: 1rem;
	}
}

#footer .row-1 .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: .625rem;
	background-color: #f5f5f5;
}

#footer .row-1 .socials a+a {
	margin-left: 1.25rem;
}

#footer .row-1 a[href^=tel] {
	font-size: 1.25rem;
	font-weight: 700;
}

#footer .row-1 a[href^=tel].link-call {
	font-size: 1rem;
	font-weight: 500;
	color: #0067b8;
}

#footer .row-1 a[href^=tel]:hover {
	color: #0067b8;
	text-decoration: none;
}

#footer .row-1 p.gray {
	font-size: 13px;
	margin-top: 4px;
}

#footer .row-2 {
	border-top: .063rem solid #ebeaed;
}

#footer .row-2 .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: .875rem;
}

#footer .row-2 .container .copyright {
	color: #9fa4bc;
}

#footer .row-2 .container .links {
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	#footer .row-2 .container .links {
		margin-top: .75rem;
		gap: .5rem;
	}
}

#footer .row-2 .container .links a {
	color: #9fa4bc;
}

main+#footer {
	margin-top: auto;
}

#cta {
	text-align: center;
	position: relative;
	height: 900px;
}

@media (max-width: 1440px) {
	#cta {
		height: 700px;
	}
}

@media (max-width: 1199px) {
	#cta {
		height: auto!important;
	}
}

#cta video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1036px;
}

@media (max-width: 1440px) {
	#cta video {
		height: 836px;
	}
}

#cta .container {
	position: relative;
	z-index: 1;
}

#cta .container .cta-title {
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1.2;
}

@media (max-width: 1199px) {
	#cta .container .cta-title {
		font-size: 1.875rem;
	}
}

#cta .container p {
	color: #777e90;
	font-size: 1.125rem;
}

@media (max-width: 820px) {
	#cta .container p {
		font-size: 1rem;
	}

	#cta .container p br {
		display: none;
	}
}

#cta .container .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}

@media (max-width: 820px) {
	#cta .container .buttons {
		gap: .75rem;
	}
}

#cta .container .buttons .btn-gray-grad {
	margin-left: 1.25rem;
}

@media (max-width: 820px) {
	#cta .container .buttons .btn-gray-grad {
		margin: 0;
	}

	#cta .container .buttons .btn {
		width: 100%;
	}
}

#cta .container figure {
	margin-top: -1rem;
	font-size: 0;
}

@media (max-width: 820px) {
	#cta .container figure {
		margin-top: 1rem;
	}
}

#banners .banners-glide {
	position: relative;
}

#banners .banner {
	position: relative;
	text-decoration: none;
	height: 400px;
	background: #f2f3f5;
	display: block;
	overflow: hidden;
	border-radius: 1.5rem;
	transition: .4s;
}

@media (max-width: 1199px) {
	#banners .banner {
		height: 350px;
	}
}

#banners .banner img {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
}

#banners .banner .banner-text {
	position: absolute;
	top: 2rem;
	left: 1.25rem;
	right: 1.25rem;
	z-index: 10;
	text-align: center;
}

#banners .banner .banner-text strong {
	display: block;
	font-size: 1.5rem;
}

@media (max-width: 1199px) {
	#banners .banner .banner-text strong {
		font-size: 1.25rem;
	}
}

#banners .banner .banner-text small {
	color: #9fa4bc;
	font-size: 1.125rem;
}

@media (max-width: 1199px) {
	#banners .banner .banner-text small {
		font-size: 1rem;
	}
}

#banners .banner .btn {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 2rem;
	border-radius: .75rem;
	padding: .5rem 1rem;
	font-weight: 500;
	z-index: 1;
	height: auto;
	white-space: nowrap;
	box-shadow: 0 48px 48px -20px #02103914,0 16px 44px #0210390f;
}

#banners .banner:hover {
	transform: scale3d(1.03,1.03,1.03);
}

.products .products-glide {
	position: relative;
}

.products .product-line {
	grid-column: span 12;
}

.products .product-line:last-child {
	display: none;
}

.products .product {
	position: relative;
}

.products .product figure {
	margin-bottom: .5rem;
	position: relative;
	background-color: #f6f7fb;
	font-size: 0;
	border-radius: .75rem;
	text-align: center;
}

@media (max-width: 820px) {
	.products .product figure {
		background: none;
	}
}

.products .product figure a {
	line-height: 17.5rem;
	display: inline-block;
}

@media (max-width: 820px) {
	.products .product figure a {
		line-height: 1;
	}
}

.products .product figure img {
	border-radius: .75rem;
	max-height: 100%;
}

.products .product figure .sticker {
	position: absolute;
	line-height: 2.188rem;
	border-radius: 3.125rem;
	color: #fff;
	padding: 0 .75rem;
	top: -1rem;
	left: -1rem;
	font-size: .938rem;
	font-weight: 500;
}

.products .product figure .sticker.new {
	background-color: #8f3bfa;
}

.products .product figure.v-2 {
	line-height: 22rem;
}

@media (max-width: 820px) {
	.products .product figure.v-2 {
		line-height: 1;
	}
}

.products .product-price {
	margin-bottom: .25rem;
	display: flex;
	align-items: center;
	gap: .5rem;
	text-decoration: none;
}

.products .product-price .price {
	font-size: 1.5rem;
	font-weight: 600;
}

@media (max-width: 820px) {
	.products .product-price .price {
		font-size: 1.125rem;
	}
}

.products .product-price .old-price {
	color: #9fa4bc;
	text-decoration: line-through;
	font-size: 1rem;
}

@media (max-width: 820px) {
	.products .product-price .old-price {
		font-size: .9375rem;
	}
}

.products .product-price .sale-price {
	color: #fa3b3b;
	font-size: 1.5rem;
	font-weight: 600;
}

@media (max-width: 820px) {
	.products .product-price .sale-price {
		font-size: 1.125rem;
	}
}

.products .product-price .sale-percent {
	line-height: 1.5rem;
	border-radius: .75rem;
	background-color: #fa3b3b;
	color: #fff;
	padding: 0 .75rem;
	font-size: .875rem;
	font-weight: 500;
}

.products .product-name {
	font-size: 1.125rem;
	display: -webkit-box;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 820px) {
	.products .product-name {
		font-size: 1rem;
	}
}

.products .product-name:hover {
	color: #0067b8;
	text-decoration: none;
}

.products .product .rating {
	display: flex;
	align-items: center;
	gap: .25rem;
}

.products .product .rating .icon-star {
	width: 1rem;
	height: 1rem;
	fill: #ffb71d;
}

.products .product .rating span {
	font-size: 1rem;
	font-weight: 500;
	color: #777e90;
}

.products .product-meta {
	display: flex;
	align-items: center;
	margin-bottom: .25rem;
	text-decoration: none;
}

.products .product-meta .comments {
	margin-left: .75rem;
	display: flex;
	align-items: center;
}

.products .product-meta .comments span {
	margin-left: .25rem;
	font-size: 1rem;
	font-weight: 500;
	color: #777e90;
}

.products .product.v-2 {
	border-radius: 1.25rem;
	border: .063rem solid #e6e8ec;
	background-color: #fff;
	padding: 2.5rem;
	display: flex;
}

@media (max-width: 820px) {
	.products .product.v-2 {
		flex-wrap: wrap;
		padding: 1.5rem 1.5rem 2.5rem;
	}
}

.products .product.v-2 figure {
	flex-shrink: 0;
	width: 10.375rem;
	line-height: 1;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	align-self: flex-start;
}

@media (max-width: 820px) {
	.products .product.v-2 figure {
		width: 100%;
		border: none;
		margin-bottom: 1rem;
	}
}

.products .product.v-2 figure a {
	line-height: 1;
}

.products .product.v-2 figure+div {
	margin-left: 2rem;
	flex: auto;
}

@media (max-width: 820px) {
	.products .product.v-2 figure+div {
		margin-left: 0;
	}
}

.products .product.v-2 figure+div .rating {
	background: none;
	position: static;
	border-radius: 0;
	padding: 0;
}

.products .product.v-2 figure+div .product-name {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 700;
}

@media (max-width: 820px) {
	.products .product.v-2 figure+div .product-name {
		font-size: 1.125rem;
	}
}

.products .product.v-2 .timer {
	display: flex;
	gap: 1rem;
	align-items: center;
}

@media (max-width: 820px) {
	.products .product.v-2 .timer {
		gap: .6rem;
	}
}

.products .product.v-2 .timer span {
	font-size: 1.875rem;
	color: #23262f;
	font-weight: 700;
	position: relative;
}

@media (max-width: 820px) {
	.products .product.v-2 .timer span {
		font-size: 1.563rem;
	}
}

.products .product.v-2 .timer span.sep {
	color: #777e90;
	font-size: 1.75rem;
}

.products .product.v-2 .timer span:after {
	content: attr(data-title);
	position: absolute;
	top: 100%;
	left: 0;
	color: #9fa4bc;
	font-size: .875rem;
	font-weight: 500;
}

@media (max-width: 820px) {
	.products .product.v-2 .timer span:after {
		font-size: .75rem;
	}
}

.products .product.v-2 .product-price .sale-percent {
	position: static;
}

.products.products-day .rating {
	gap: .75rem;
}

@media (max-width: 820px) {
	.products.products-day .grid {
		overflow: auto;
		grid-template-columns: 80% 80%;
	}

	.products.products-day .grid .col-lg-12 {
		grid-column: auto;
	}
}

#help .container {
	background-color: #f7f7f7;
	padding: 0 48px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	#help .container {
		flex-wrap: wrap;
	}
}

#help .container .help-text {
	max-width: 40rem;
}

#help .container .help-text .h1 {
	color: #000;
	font-size: 34px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}

@media (max-width: 1199px) {
	#help .container .help-text .h1 {
		font-size: 1.5rem;
	}
}

#help .container .help-text p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 24px;
}

#help .container .help-text .btn {
	padding: 8px 24px;
	background: none;
	border: 1px solid #E6E8EC;
	color: #2f2f35;
	font-size: 16px;
	font-weight: 500;
	margin-right: 8px;
	height: auto;
}

#help .container .help-text .btn svg {
	fill: #2f2f35;
	stroke: transparent;
	stroke-width: 1px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

#help .container .help-text .btn-telegram img {
	margin-right: 8px;
}

#help .container .help-chat img {
	max-width: 486px;
}

@media (max-width: 820px) {
	#help .container .help-chat img {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	#help .container .help-chat {
		text-align: center;
		flex-basis: 100%;
		margin-top: 2rem;
	}
}

.posts .h1 {
	font-size: 40px;
}

.posts .h6 {
	font-size: 20px;
}

.posts .post {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	border-radius: .938rem;
}

.posts .post figure {
	overflow: hidden;
}

.posts .post figure a {
	display: block;
	overflow: hidden;
}

.posts .post figure a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: .3s transform;
}

.posts .post .post-body {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1.5rem;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.posts .post .post-info {
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
	font-weight: 500;
	gap: .5rem;
	color: #fff;
}

.posts .post .post-info .link-cat {
	color: #fff;
}

.posts .post .post-info .dot {
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}

.posts .post .post-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
}

@media (max-width: 820px) {
	.posts .post .post-title {
		font-size: 1rem;
	}
}

.posts .post .post-title:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.posts .post.post-big figure a {
	height: 32.5rem;
}

@media (max-width: 820px) {
	.posts .post.post-big figure a {
		height: 22.5rem;
	}
}

.posts .post.post-big .post-title {
	font-size: 3.25rem;
}

@media (max-width: 820px) {
	.posts .post.post-big .post-title {
		font-size: 1rem;
	}
}

.posts .post.post-medium figure a {
	height: 22.5rem;
}

.posts .post.post-small figure a {
	height: 468px;
}

@media (max-width: 820px) {
	.posts .post.post-small figure a {
		height: 22.5rem;
	}
}

.posts .post:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg,#0009,#0000);
	z-index: 1;
}

.posts .post:hover figure a img {
	transform: scale(1.1);
}

#catalog {
	border-radius: 0 0 1rem 1rem;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-top: 1px solid #ebeaed;
	padding: 1.25rem 0;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
	overflow: hidden;
	max-height: 0;
	z-index: -1;
}

#catalog .col-1 {
	flex-basis: 25%;
	border-right: 1px solid #ebeaed;
	padding: 0 1.5rem;
}

#catalog .col-1 ul li a {
	position: relative;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: .3s all;
	padding: .875rem 1rem;
	border-radius: .75rem;
}

#catalog .col-1 ul li a.all {
	color: #777e90;
}

#catalog .col-1 ul li a .profit {
	background: #f5f5f5;
	color: #2f2f35;
	border-radius: 1.25rem;
	font-weight: 500;
	font-size: .75rem;
	line-height: 24px;
	padding: 0 .5rem;
	display: flex;
	align-items: center;
	gap: .25rem;
	margin-left: .75rem;
}

#catalog .col-1 ul li a .profit img {
	width: .8rem;
	position: relative;
	top: -1px;
}

#catalog .col-1 ul li a .profit {
	background: #ff8a35;
	color: #fff;
	position: absolute;
	right: 2rem;
}

#catalog .col-1 ul li a .arr {
	position: absolute;
	border: solid #2F2F35;
	border-width: 0 1px 1px 0;
	padding: 3px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	right: 1rem;
}

#catalog .col-1 ul li a.hover {
	background: #f6f6f6;
}

#catalog .col-1 ul li a.hover .arr {
	border-color: #2f2f35;
}

#catalog .col-1 ul li:hover a {
	background: #f6f6f6;
}

#catalog .col-1 ul li:hover a .arr {
	border-color: #2f2f35;
}

#catalog .col-1 ul li ul {
	display: none;
}

#catalog .col-2 {
	flex-basis: 75%;
	min-height: 560px;
	padding: 0 2rem;
	transition: .3s all;
	display: flex;
	flex-direction: column;
}

#catalog .col-2 .h2 {
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
	margin-bottom: 1rem;
}

#catalog .col-2 .banner-container {
	justify-content: space-between;
	padding: 0 42px 0 34px;
	min-height: 200px!important;
}

#catalog .col-2 .banner-container .catalog-banner-text {
	max-width: 420px;
	padding-top: 26px;
}

#catalog .col-2 .banner-container img {
	width: auto;
}

#catalog .col-2 .banner {
	margin-top: auto;
	background: url(../img/bg-banner-telegram-new.png) no-repeat right #1b1b1b;
	border-radius: 1.5rem;
	position: relative;
	padding: 0 0 0 1.5rem;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
}

#catalog .col-2 .banner .banner-text .banner-title {
	font-size: 2.125rem;
	font-weight: 600;
	color: #fff;
	line-height: 2.5rem;
}

#catalog .col-2 .banner .banner-text p {
	color: #ffffffbf;
}

#catalog .col-2 .banner .btn {
	align-self: flex-start;
}

#catalog .col-2 ul {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 1.5rem 0;
	margin-bottom: 2rem;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}

#catalog .col-2 ul li a {
	text-decoration: none;
}

#catalog .col-2 ul li a:hover {
	color: #969696;
}

#catalog.show {
	opacity: 1;
	visibility: visible;
	max-height: 2000px;
	z-index: 100;
}

#catalog.show .col-2.hovered .h2,#catalog.show .col-2.hovered ul {
	opacity: 1;
	visibility: visible;
}

#filter {
	border: .063rem solid #ebeaed;
	border-radius: .75rem;
}

@media (max-width: 1199px) {
	#filter {
		max-height: 0;
		overflow: hidden;
		border: none;
		transition: .3s all;
	}

	#filter.show {
		border: .063rem solid #ebeaed;
		max-height: 2000px;
		margin-top: 1rem;
	}
}

#filter .btn {
	font-size: 1rem;
	padding: 0;
	width: 100%;
	height: 2.688rem;
	border-radius: .5rem;
}

#filter .grid {
	grid-gap: .75rem;
}

#filter .catalog-ul li .icon-arr:before {
	transform: rotate(-45deg);
}

#filter .catalog-ul li.open .icon-arr:before {
	transform: rotate(45deg);
}

.btn.btn-filter {
	display: none;
}

@media (max-width: 1199px) {
	.btn.btn-filter {
		display: inline-flex;
	}
}

#quick-search-products {
	position: relative;
}

#quick-search-products .icon-search {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.25rem;
	fill: #9fa4bc;
}

#quick-search-products .form-field input {
	padding-left: 3rem;
}

#card .col-6 {
	position: relative;
}

#card .gallery {
	position: sticky;
	top: 10px;
}

#card .gallery .small-images a {
	display: block;
}

#card .gallery .small-images a img {
	width: 100%;
	border-radius: .375rem;
}

#card .gallery .small-images a+a {
	margin-top: .5rem;
}

#card .gallery figure {
	position: relative;
	display: flex;
	justify-content: center;
}

#card .gallery figure .discount {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 4.125rem;
	line-height: 2.188rem;
	border-radius: 3.125rem;
	background-color: #fa3b3b;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}

@media (max-width: 820px) {
	#card .gallery figure .discount {
		top: 0;
		right: 0;
	}
}

#card .gallery figure img {
	border-radius: 1.25rem;
}

@media (max-width: 820px) {
	#card .gallery figure img {
		max-width: 165px;
	}
}

#card .sticker {
	border-radius: .375rem;
	background-color: #f5f5f5;
	display: inline-flex;
	align-items: center;
	padding: 0 .75rem;
	line-height: 2.5rem;
}

#card .sticker span {
	font-weight: 500;
	margin-left: .75rem;
}

#card h1 {
	line-height: normal;
	font-weight: 600;
}

#card .card-variations p {
	font-weight: 700;
	margin-bottom: .5rem;
}

#card .card-variations a {
	color: #000;
}

#card .card-variations .wrap {
	display: flex;
	gap: .5rem;
}

@media (max-width: 1199px) {
	#card .card-variations .wrap {
		flex-wrap: wrap;
	}
}

#card .card-variations .wrap .radio {
	cursor: pointer;
	display: block;
	flex: auto;
	max-width: calc(33.3333333333% - .25rem);
}

@media (max-width: 820px) {
	#card .card-variations .wrap .radio {
		min-width: calc(50% - .25rem);
		flex-basis: calc(50% - .25rem);
	}
}

#card .card-variations .wrap .radio input {
	display: none;
}

#card .card-variations .wrap .radio>span {
	width: 100%;
	border-radius: .75rem;
	border: 2px solid #e6e8ec;
	padding: .5rem 0 .5rem 1rem;
	white-space: nowrap;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1;
	gap: .5rem;
	min-height: 60px;
}

@media (max-width: 820px) {
	#card .card-variations .wrap .radio>span {
		width: 100%;
	}
}

#card .card-variations .wrap .radio>span .variation-name {
	color: #23262f;
	font-size: 17px;
	font-weight: 500;
	flex-basis: 100%;
	flex-shrink: 0;
}

#card .card-variations .wrap .radio>span .variation-price {
	color: #777e90;
	font-size: .9375rem;
	display: block;
}

#card .card-variations .wrap .radio>span .variation-through-price {
	text-decoration: line-through;
	color: #777e9080;
	font-size: .875rem;
}

#card .card-variations .wrap .radio>span:hover {
	border-color: #9fa4bc;
}

#card .card-variations .wrap .radio input:checked+span {
	border: 2px solid #000;
}

#card .card-variations .wrap .radio:last-child {
	border-right: 0;
}

#card .card-variations .wrap p {
	min-width: 5.688rem;
	line-height: 2.75rem;
	border-radius: .438rem;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	font-weight: 600;
	padding: 0 1.75rem;
	margin-bottom: 0;
}

@media (max-width: 820px) {
	#card .card-variations .wrap p {
		display: block;
		width: auto;
	}
}

#card .card-variations .btn-diff {
	margin-right: 10rem;
	margin-top: .75rem;
	color: #9fa4bc;
	font-weight: 500;
}

#card .card-variations .btn-diff:hover {
	color: #000;
}

#card .card-price {
	font-size: 2.125rem;
	font-weight: 600;
	display: flex;
	gap: 1rem;
	align-items: center;
}

#card .card-price .old-price {
	color: #9fa4bc;
	font-size: 1.75rem;
	text-decoration: line-through;
	font-weight: 400;
}

#card .card-price .discount {
	padding: .25rem 1rem;
	color: #fff;
	border-radius: 100px;
	background: #fa3b3b;
	font-size: 1rem;
	font-weight: 600;
}

#card .card-delivery {
	display: flex;
	align-items: center;
	gap: .5rem;
	color: #777e90;
	font-size: .938rem;
}

#card .card-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: .875rem;
}

@media (max-width: 820px) {
	#card .card-buttons {
		gap: .5rem;
	}
}

#card .card-buttons .btn {
	width: 100%;
	height: 54px;
}

#card .card-buttons .btn .icon-lighting {
	fill: #ff7a00;
}

#card .card-buttons .btn.btn-dark-gray {
	pointer-events: none;
}

#card .card-buttons b {
	font-size: 1.5rem;
}

#card .card-buttons .pay-methods {
	display: flex;
	justify-content: center;
	gap: .75rem;
	flex: 100%;
	background: #fff;
}

#card .card-buttons .pay-methods img {
	opacity: .4;
	mix-blend-mode: luminosity;
}

#card .card-buttons .or {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 100%;
}

#card .card-buttons .or:before,#card .card-buttons .or:after {
	content: "";
	height: 2px;
	background: #e6e8ec;
	flex: auto;
}

#card .card-buttons .or:before {
	margin-right: 10px;
}

#card .card-buttons .or:after {
	margin-left: 10px;
}

#card .card-buttons.hide {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
}

#card .card-versions p {
	font-weight: 700;
	margin-bottom: .5rem;
}

#card .card-versions .wrap {
	display: flex;
	gap: .5rem;
}

@media (max-width: 1199px) {
	#card .card-versions .wrap {
		flex-wrap: wrap;
	}
}

#card .card-versions .wrap .version {
	border-radius: .75rem;
	cursor: pointer;
	flex: auto;
	max-width: calc(33.3333333333% - .25rem);
	border: 2px solid #e6e8ec;
	padding: .5rem 0 .5rem 1rem;
	white-space: nowrap;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1;
	gap: .5rem;
	min-height: 60px;
}

@media (max-width: 820px) {
	#card .card-versions .wrap .version {
		width: 100%;
		min-width: calc(50% - .25rem);
		flex-basis: calc(50% - .25rem);
	}
}

#card .card-versions .wrap .version .version-name {
	color: #23262f;
	font-size: 17px;
	font-weight: 500;
	flex-basis: 100%;
	flex-shrink: 0;
}

#card .card-versions .wrap .version .version-price {
	color: #777e90;
	font-size: .9375rem;
	display: block;
}

#card .card-versions .wrap .version .version-through-price {
	text-decoration: line-through;
	color: #777e9080;
	font-size: .875rem;
}

#card .card-versions .wrap .version:hover {
	border-color: #9fa4bc;
	text-decoration: none;
}

#card .card-versions .wrap .version.active {
	border-color: #000;
}

#card .order-form {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	max-height: 0;
	overflow: hidden;
	position: absolute;
}

@media (max-width: 820px) {
	#card .order-form {
		justify-content: center;
	}
}

#card .order-form .form-field {
	width: 15.5rem;
}

@media (max-width: 820px) {
	#card .order-form .form-field {
		width: 100%;
	}
}

#card .order-form .form-field input {
	background: #fff;
}

#card .order-form .btn-order-form-close svg {
	fill: #fa3b3b;
	width: 1rem;
	height: 1rem;
}

#card .order-form.open {
	position: static;
	max-height: initial;
}

#card .card-info {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 820px) {
	#card .card-info dl {
		width: 100%;
		text-align: center;
	}
}

#card .card-info dl dt {
	font-size: .875rem;
	font-weight: 500;
	margin-bottom: .75rem;
	color: #9fa4bc;
}

#card .card-info dl dd .btn {
	padding: 0 1.25rem;
	height: 2.75rem;
}

#card .card-info dl+dl {
	margin-left: 2rem;
}

@media (max-width: 820px) {
	#card .card-info dl+dl {
		margin: 1rem 0 0;
	}
}

#card .card-desc {
	margin-top: .75rem;
}

@media (max-width: 1199px) {
	#card .card-desc {
		margin-top: 0;
	}
}

#card .card-desc .card-desc-text {
	position: relative;
}

#card .card-desc .card-desc-text p,#card .card-desc .card-desc-text ul,#card .card-desc .card-desc-text ol,#card .card-desc .card-desc-text blockquote {
	margin-bottom: 1rem;
}

#card .card-desc .card-desc-text p:last-child,#card .card-desc .card-desc-text ul:last-child,#card .card-desc .card-desc-text ol:last-child,#card .card-desc .card-desc-text blockquote:last-child {
	margin: 0;
}

#card .card-desc .card-desc-text a {
	color: #0067b8;
}

#card .card-desc .card-desc-text blockquote {
	background: #f6f6f6;
	border-left: 4px solid #9FA4BC;
	padding: 1rem 1.75rem;
}

#card .card-desc .card-desc-text blockquote.v-2 {
	background: none;
}

#card .card-desc .card-desc-text mark {
	background: #f4f4f4;
	display: inline-block;
	padding: .25rem 2px;
}

#card .card-desc .card-desc-text mark.key {
	border: 1px solid #E6E8EC;
	border-radius: 5px;
	padding: .25rem .5rem;
}

#card .card-desc:has(.btn-show-text.active) .card-desc-text:before {
	display: none;
}

#card .program-chars {
	border-radius: 1.25rem;
	border: .063rem solid #ebeaed;
}

#card .program-chars ul li {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	position: relative;
	font-size: .875rem;
	font-weight: 500;
}

#card .program-chars ul li:before {
	content: "";
	width: .375rem;
	height: .375rem;
	background: #0067b8;
	position: absolute;
	top: .5rem;
	left: .5rem;
	border-radius: 50%;
}

#card .program-chars ul li:last-child {
	margin: 0;
}

#card .program-chars ul li+li {
	margin-top: .5rem;
}

#card .program-chars-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 820px) {
	#card .program-chars-info figure {
		flex-basis: 100%;
		margin-bottom: 1rem;
	}
}

#card .program-chars-info span {
	color: #9fa4bc;
	font-weight: 500;
	font-size: .875rem;
	margin: 0 1rem;
}

@media (max-width: 820px) {
	#card .program-chars-info span {
		margin: 0 1rem 0 0;
	}
}

#card .card-chars {
	border-radius: 1.25rem;
	border: .063rem solid #ebeaed;
}

#card .card-chars ul li {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	position: relative;
	font-size: .875rem;
	font-weight: 500;
}

#card .card-chars ul li:before {
	content: "";
	width: .375rem;
	height: .375rem;
	background: #0067b8;
	position: absolute;
	top: .5rem;
	left: .5rem;
	border-radius: 50%;
}

#card .card-chars ul li:last-child {
	margin: 0;
}

#card .card-chars ul li+li {
	margin-top: .5rem;
}

#card .card-chars-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 820px) {
	#card .card-chars-info figure {
		flex-basis: 100%;
		margin-bottom: 1rem;
	}
}

#card .card-chars-info span {
	color: #9fa4bc;
	font-weight: 500;
	font-size: .875rem;
	margin: 0 1rem;
}

@media (max-width: 820px) {
	#card .card-chars-info span {
		margin: 0 1rem 0 0;
	}
}

#card .card-meta {
	margin-top: 2.5rem;
}

@media (max-width: 820px) {
	#card .card-meta {
		margin-top: 1.5rem;
	}
}

#card .card-meta .chars {
	margin: 1.25rem 0;
}

#card .card-meta dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
}

#card .card-meta dl dt {
	color: #777e90;
	order: 0;
}

#card .card-meta dl dd {
	text-align: right;
	order: 2;
}

#card .card-meta dl:after {
	content: "";
	border-bottom: 1px dashed #e6e8ec;
	flex: auto;
	order: 1;
	align-self: flex-end;
	margin: 0 .5rem;
	position: relative;
	top: -1px;
}

#card .card-meta dl+dl {
	margin-top: 1.25rem;
}

@media (max-width: 820px) {
	#card .table .table-wrap {
		overflow: auto;
	}

	#card .table .table-wrap table {
		width: 700px;
	}
}

#card .table table {
	width: 100%;
}

#card .table table th {
	text-align: left;
	border-bottom: 1px solid #E6E8EC;
	padding: .75rem 0;
	font-weight: 400;
}

#card .table table td {
	text-align: center;
	border-bottom: 1px solid #E6E8EC;
	padding: .75rem 0;
}

#card .table table td .mark {
	display: inline-block;
	border-radius: 100px;
	padding: .25rem .875rem;
	color: #fff;
}

#card .table table td .mark.bg-green {
	background: #07897f;
}

#card .table table td .mark.bg-orange {
	background: #e95b0b;
}

#card .table table td .mark.bg-gray {
	background: #919191;
}

#card .table table td .icon-tick {
	background: url(../img/icon-tick-table.svg) no-repeat;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
}

#card .table table tr:last-child th,#card .table table tr:last-child td {
	padding-bottom: 0;
	border-bottom: 0;
}

#card .timer {
	gap: 0;
	display: flex;
}

#card .timer span {
	font-size: 1rem;
}

#card .about-product {
	display: grid;
	grid-template-columns: repeat(12,1fr);
	grid-gap: 2rem;
}

#card .about-product .col-4 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 14px 16px;
	border: 1px solid #E6E8EC;
	border-radius: 15px;
}

#card .about-product .col-4 img {
	margin-right: 8px;
}

#card .about-product .col-4 .product-about-head {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #000;
}

#card .about-product .col-4 .product-about-text {
	color: #969696;
	font-size: 14px;
}

#card .about-product-acad {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#card .about-product-acad .product-div {
	margin: 0 8px 8px 0;
	padding: 14px 10px;
	border: 1px solid #E6E8EC;
	font-size: 17px;
	font-weight: 600;
	color: #2f2f35;
	border-radius: 12px;
}

#card .about-product-acad .product-div img {
	margin-right: 3.5px;
}

#card .about-product-acad p {
	color: #000;
	font-weight: 500;
	font-size: 17px;
}

#card .about-product-acad .arrow img {
	margin-left: 13px;
	margin-right: 0;
}

#card .product-set span {
	font-size: 17px;
}

#card .tooltip-365 {
	padding: 12px 16px!important;
	background: #fff!important;
}

#card .tooltip-365:before {
	background: #fff!important;
}

#faq .h1 {
	font-size: 3.75rem;
	line-height: 1;
}

@media (max-width: 820px) {
	#faq .h1 {
		font-size: 1.5rem;
	}
}

#faq .faq-desc {
	color: #777e90;
	font-size: 1.125rem;
}

@media (max-width: 820px) {
	#faq .faq-desc {
		font-size: 1rem;
	}
}

#faq .faq-desc p {
	margin-bottom: 1rem;
}

#faq .faq-desc p:last-child {
	margin: 0;
}

#faq ol {
	padding-left: 28px!important;
}

#faq #tabs {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

@media (max-width: 1199px) {
	#faq #tabs {
		gap: .75rem;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}

#faq #tabs .btn-tab {
	font-size: 1.25rem;
	font-weight: 500;
	transition: none;
	text-align: left;
	color: #9fa4bc;
	text-decoration: none;
}

@media (max-width: 1199px) {
	#faq #tabs .btn-tab {
		font-size: 1rem;
	}
}

#faq #tabs .btn-tab.active {
	color: #23262f;
}

#faq .tab+.tab {
	margin-top: 1.5rem;
}

#faq .faq {
	border-radius: .625rem;
	background-color: #f5f5f5;
	padding: 1rem 1.5rem;
	cursor: pointer;
}

@media (max-width: 820px) {
	#faq .faq {
		padding: .75rem 1rem;
	}
}

#faq .faq .question {
	position: relative;
	padding-right: 1.5rem;
}

#faq .faq .question span {
	font-size: 1.125rem;
	font-weight: 500;
}

@media (max-width: 820px) {
	#faq .faq .question span {
		font-size: 1rem;
	}
}

#faq .faq .question .icon-cross {
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: .375rem;
	right: 0;
	fill: #23262f;
	transition: .3s all;
}

@media (max-width: 820px) {
	#faq .faq .question .icon-cross {
		top: .25rem;
	}
}

#faq .faq .answer {
	overflow: hidden;
	max-height: 0;
	transition: .3s all;
	color: #777e90;
}

@media (max-width: 820px) {
	#faq .faq .answer {
		padding-left: 0;
	}
}

#faq .faq .answer p,#faq .faq .answer ul,#faq .faq .answer ol,#faq .faq .answer blockquote {
	margin-bottom: 1rem;
}

#faq .faq .answer p:last-child,#faq .faq .answer ul:last-child,#faq .faq .answer ol:last-child,#faq .faq .answer blockquote:last-child {
	margin: 0;
}

#faq .faq .answer a {
	text-decoration: none;
}

#faq .faq+.faq {
	margin-top: .75rem;
}

#faq .faq.open .question .icon-cross {
	transform: rotate(45deg);
}

#faq .faq.open .answer {
	margin-top: .5rem;
}

#comments .h2 {
	font-weight: 600;
}

#comments .info {
	padding: 1.5rem 2rem;
	border-radius: .625rem;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 820px) {
	#comments .info {
		padding: 1rem;
		font-size: .875rem;
	}
}

#comments .select-sort {
	max-width: 217px;
}

#comments .select-sort select {
	color: #000;
}

@media (max-width: 1199px) {
	#comments>.grid>.col-lg-12:first-child {
		order: 1;
	}

	#comments>.grid>.col-lg-12:last-child {
		order: 0;
	}
}

#comments .comments-photos {
	border-bottom: 1px solid #E6E8EC;
	padding: 0 0 2rem;
	margin-bottom: 2rem;
}

#comments .comments-photos .h4 {
	font-weight: 600;
}

#comments .comments-photos p {
	margin-bottom: .5rem;
}

#comments .comments-photos .btn {
	padding: 0 1rem;
}

#comments .comments-photos .wrap {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

#comments .comments-photos .wrap button:not(.btn-add-photo) {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: .5rem;
	position: relative;
	overflow: hidden;
}

#comments .comments-photos .wrap button:not(.btn-add-photo) img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#comments .comments-photos .wrap button:not(.btn-add-photo) span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: 500;
	font-size: 1.125rem;
	color: #fff;
	z-index: 100;
	white-space: nowrap;
}

#comments .comments-photos .wrap button:not(.btn-add-photo):hover:after,#comments .comments-photos .wrap button:not(.btn-add-photo).active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #00000080;
	border-radius: .5rem;
}

#comments .comments-photos .wrap .btn-add-photo {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6E8EC;
	border-radius: 8px;
}

.add-comment {
	transition: .3s all;
	position: relative;
	overflow: hidden;
	max-height: 2000px;
}

.add-comment textarea {
	width: 100%;
	font-family: Inter,sans-serif;
	background: #f5f5f5;
	height: 0;
	min-height: 3rem;
	border-radius: .75rem;
	border: 2px solid transparent;
	padding: .75rem 1rem;
	color: #9fa4bc;
	font-size: 1rem;
	resize: none;
	overflow: hidden;
	transition: .3s all;
}

.add-comment .stars svg {
	width: 1.875rem;
	height: 1.75rem;
}

.add-comment input[type=file] {
	display: none;
}

.add-comment .buttons {
	transition: .7s all;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
	align-items: center;
	display: flex;
	opacity: 0;
}

.add-comment .buttons .review-rating {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-left: auto;
}

.add-comment .buttons .review-rating span {
	font-weight: 500;
}

.add-comment .buttons .btn-cancel-answer {
	text-decoration: underline;
	font-size: 13px;
	font-weight: 600;
	margin-left: auto;
}

.add-comment .buttons .btn-blue {
	margin-left: auto;
	height: 2.5rem;
	font-size: 1rem;
	padding: 0 2rem;
}

.add-comment .buttons .review-rating+.btn-blue,.add-comment .buttons .btn-cancel-answer+.btn-blue {
	margin-left: 1rem;
}

.add-comment .btn-images {
	position: absolute;
	top: 1rem;
	right: 1rem;
	transition: .3s all;
	z-index: 1;
}

.add-comment .form-images {
	display: flex;
	gap: 1rem;
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 3.5rem;
	width: -moz-max-content;
	width: max-content;
}

@media (max-width: 820px) {
	.add-comment .form-images {
		bottom: 7.5rem;
	}
}

.add-comment .form-images .img {
	position: relative;
	font-size: 0;
	width: 5rem;
}

.add-comment .form-images .img img {
	width: 5rem;
	height: 5rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: .75rem;
}

.add-comment .form-images .img button {
	position: absolute;
	top: .25rem;
	right: .25rem;
	width: 1.25rem;
	height: 1.25rem;
	border: .125rem solid #ffffff;
	background-color: #23262f;
	border-radius: 50%;
	display: flex;
	font-size: 0;
	align-items: center;
	justify-content: center;
}

.add-comment .form-images .img button .icon-cross {
	fill: #fff;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}

.add-comment:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.add-comment.focus textarea {
	background: #fff;
	min-height: 9rem;
	padding-bottom: 56px;
	border-color: #e6e8ec;
}

.add-comment.focus textarea:focus {
	border-color: #0067b8;
	color: #2f2f35;
}

.add-comment.focus .buttons,.add-comment.focus .form-images {
	opacity: 1;
}

.add-comment.focus .btn-images {
	right: calc(100% - 2.25rem);
	top: calc(100% - 2.75rem);
}

@media (max-width: 820px) {
	.add-comment.focus .buttons {
		position: static;
		flex-wrap: wrap;
		margin-top: 1rem;
	}

	.add-comment.focus .buttons .review-rating+.btn-blue,.add-comment.focus .buttons .btn-cancel-answer+.btn-blue {
		margin-left: 0;
		margin-top: 1rem;
		width: 100%;
	}

	.add-comment.focus .buttons .review-rating .icon-star {
		width: 1.25rem;
		height: 1.25rem;
	}
}

.add-comment.focus:after {
	display: none;
}

.add-comment.hide {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	margin-top: 0!important;
}

.comments-list .comment {
	position: relative;
}

.comments-list .comment figure {
	font-size: 0;
}

.comments-list .comment figure img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comments-list .comment .comment-meta {
	display: flex;
	align-items: center;
	gap: .75rem;
}

@media (max-width: 820px) {
	.comments-list .comment .comment-meta {
		flex-wrap: wrap;
		gap: .5rem;
	}
}

.comments-list .comment .comment-meta strong {
	font-size: 1.125rem;
	font-weight: 500;
	display: inline-block;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 820px) {
	.comments-list .comment .comment-meta strong {
		font-size: 1rem;
	}
}

.comments-list .comment .comment-meta .flag {
	background: #fbefa3;
	border-radius: 6px;
	display: flex;
	line-height: 1.5rem;
	font-weight: 500;
	padding: 0 .5rem;
}

.comments-list .comment .comment-rating {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.comments-list .comment .comment-rating .icon-star {
	width: 1.125rem;
	height: 1.125rem;
}

.comments-list .comment-product {
	border-radius: 26px;
	border: 1px solid #E6E8EC;
	padding: .25rem .5rem;
	line-height: 1.2;
	color: #969696;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: -moz-max-content;
	width: max-content;
}

@media (max-width: 820px) {
	.comments-list .comment-product {
		font-size: .875rem;
		width: auto;
	}
}

.comments-list .comment-product a {
	color: #2f2f35;
}

.comments-list .comment-text {
	margin-bottom: .75rem;
	max-height: 120px;
	overflow: hidden;
	line-height: 1.5rem;
	position: relative;
	font-size: 1.125rem;
}

@media (max-width: 820px) {
	.comments-list .comment-text {
		font-size: .875rem;
	}
}

.comments-list .comment-text a {
	color: #0067b8;
}

.comments-list .comment-text p+p {
	margin-top: .75rem;
}

.comments-list .comment-text:not(.showed):before {
	background: linear-gradient(180deg,transparent,#fff);
	bottom: 0;
	content: "";
	height: 1.5rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.comments-list .comment-actions {
	position: relative;
	z-index: 10;
}

.comments-list .comment-actions .btn-actions {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	font-size: 0;
}

.comments-list .comment-actions .btn-actions:hover,.comments-list .comment-actions .btn-actions.active {
	background-color: #f5f5f5;
}

.comments-list .comment-actions ul {
	position: absolute;
	width: 150px;
	top: 100%;
	left: 0;
	border-radius: 12px;
	background-color: #fff;
	padding: .25rem;
	box-shadow: 0 16px 44px #0210390f,0 48px 48px -20px #02103914;
}

.comments-list .comment-actions ul li button {
	display: flex;
	width: 100%;
	align-items: center;
	padding: .75rem 0 .75rem 1.25rem;
	gap: .75rem;
	border-radius: 12px;
}

.comments-list .comment-actions ul li button.btn-del {
	color: #fa3b3b;
}

.comments-list .comment-actions ul li button .icon-pencil,.comments-list .comment-actions ul li button .icon-trash-2 {
	width: 1.5rem;
	height: 1.5rem;
	background-position: center;
}

.comments-list .comment-actions ul li button:hover {
	background-color: #f5f5f5;
}

.comments-list .comment-actions:has(.active) {
	z-index: 102;
}

.comments-list .comment .btn-show-text {
	margin-top: -.5rem;
	margin-bottom: .75rem;
	display: flex;
	align-items: center;
}

.comments-list .comment .btn-show-text.active .icon-arr {
	margin-top: 0;
}

.comments-list .comment .comment-buttons {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.comments-list .comment .comment-buttons .btn-like {
	display: flex;
	align-items: center;
}

.comments-list .comment .comment-buttons .btn-like svg {
	margin-right: .25rem;
}

.comments-list .comment .comment-buttons .btn-answer,.comments-list .comment .comment-buttons .btn-show-answer-form {
	font-weight: 500;
	color: #9fa4bc;
}

.comments-list .comment .comment-images {
	display: flex;
	gap: .5rem;
}

.comments-list .comment .comment-images .comment-img {
	display: flex;
	align-items: center;
	margin-bottom: .75rem;
	text-decoration: none;
	position: relative;
}

.comments-list .comment .comment-images .comment-img img {
	max-width: 4rem;
	border-radius: .625rem;
}

.comments-list .comment .comment-images .comment-img span {
	color: #0067b8;
	font-size: .875rem;
	font-weight: 500;
}

.comments-list .comment .comment-images .comment-img:after {
	content: "";
	position: absolute;
	border-radius: .625rem;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0003;
	transition: .3s all;
	opacity: 0;
}

.comments-list .comment .comment-images .comment-img:hover:after {
	opacity: 1;
}

.comments-list .comment+.comment {
	margin-top: 2rem;
}

.comments-list .comment .comment {
	margin-top: 1.25rem;
	padding-left: 1.5rem;
	padding-bottom: 0;
	border-bottom: 0;
}

.comments-list .comment .comment .comment-meta strong {
	font-size: 1.125rem;
}

.comments-list .comment .comment .comment-meta time {
	font-size: 1rem;
}

.comments-list .comment .add-comment {
	margin-top: 1.25rem;
}

.comments-list .add-comment+.comment {
	margin-top: 0;
}

.comments-list .comment-form-wrap+.comment {
	margin-top: 2rem;
}

.average-rating {
	border-bottom: 1px solid #E6E8EC;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.average-rating-stars {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	line-height: 1;
	margin-bottom: .5rem;
}

.average-rating-stars span {
	font-size: 2.25rem;
	font-weight: 600;
}

.average-rating-stars .icon-star {
	width: 1.75rem;
	height: 1.75rem;
}

.average-rating p {
	font-weight: 500;
	font-size: 1.125rem;
}

#hidden-textarea {
	border: 2px solid transparent;
	padding: .75rem 1rem;
	color: #9fa4bc;
	font-size: 1rem;
	position: absolute;
	visibility: hidden;
	line-height: 18.4px;
}

#comments-2 .comments-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#comments-2 .comments-head .h1 {
	font-weight: 600;
}

#comments-2 .comments-head .form-field select {
	color: #23262f;
	padding: .25rem 1.25rem;
	height: auto;
	border: 0;
	background: url(../img/arr-select-dark.svg) no-repeat right center;
	text-align: right;
}

#comments-2 .comments-list .comment {
	margin-bottom: 1.5rem;
}

#comments-2 .comments-list .comment-meta {
	display: flex;
	align-items: center;
	gap: .5rem;
}

#comments-2 .comments-list .comment-meta figure img {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

#comments-2 .comments-list .comment-meta figure .no-avatar {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1rem;
	line-height: 2.5rem;
}

#comments-2 .comments-list .comment-meta small,#comments-2 .comments-list .comment-meta time {
	color: #808d9a;
}

#comments-2 .comments-list .comment .btn-restore-comment {
	color: #808d9a;
	font-size: 14px;
	gap: .5rem;
	display: inline-flex;
	align-items: center;
}

#comments-2 .comments-list .comment .btn-restore-comment .spinner {
	border: 2px solid #f5f5f5;
	border-left-color: transparent;
	margin-left: 0;
}

#comments-2 .comments-list .comment-text {
	margin-bottom: .25rem;
	font-size: 1.125rem;
}

#comments-2 .comments-list .comment-text p+p {
	margin-top: 1.5rem;
}

#comments-2 .comments-list .comment-text a {
	color: #0067b8;
}

@media (max-width: 820px) {
	#comments-2 .comments-list .comment-text {
		font-size: .875rem;
	}
}

#comments-2 .comments-list .comment-buttons {
	display: flex;
	align-items: center;
	gap: .5rem;
}

#comments-2 .comments-list .comment-buttons .btn-like {
	display: flex;
	align-items: center;
}

#comments-2 .comments-list .comment-buttons .btn-like svg {
	margin-right: .25rem;
}

#comments-2 .comments-list .comment-buttons .btn-answer,#comments-2 .comments-list .comment-buttons .btn-show-answer-form {
	font-weight: 500;
	color: #9fa4bc;
}

#comments-2 .comments-list .comment-buttons button {
	height: auto;
}

#comments-2 .comments-list .comment-buttons .btn-like .icon-heart {
	width: 1.125rem;
	height: 1rem;
	fill: #9fa4bc;
}

#comments-2 .comments-list .comment-actions {
	position: relative;
	z-index: 10;
}

#comments-2 .comments-list .comment-actions .btn-actions {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	font-size: 0;
}

#comments-2 .comments-list .comment-actions .btn-actions:hover,#comments-2 .comments-list .comment-actions .btn-actions.active {
	background-color: #f5f5f5;
}

#comments-2 .comments-list .comment-actions ul {
	position: absolute;
	width: 150px;
	top: 100%;
	left: 0;
	border-radius: 12px;
	background-color: #fff;
	padding: .25rem;
	box-shadow: 0 16px 44px #0210390f,0 48px 48px -20px #02103914;
}

#comments-2 .comments-list .comment-actions ul li button {
	display: flex;
	width: 100%;
	align-items: center;
	padding: .75rem 0 .75rem 1.25rem;
	gap: .75rem;
	border-radius: 12px;
}

#comments-2 .comments-list .comment-actions ul li button.btn-del {
	color: #fa3b3b;
}

#comments-2 .comments-list .comment-actions ul li button .icon-pencil,#comments-2 .comments-list .comment-actions ul li button .icon-trash-2 {
	width: 1.5rem;
	height: 1.5rem;
	background-position: center;
}

#comments-2 .comments-list .comment-actions ul li button:hover {
	background-color: #f5f5f5;
}

#comments-2 .comments-list .comment-actions:has(.active) {
	z-index: 102;
}

#comments-2 .comments-list .comment .btn-load-answers {
	background: url(../img/icon-comment-arr.svg) no-repeat;
	padding: 0 0 0 1.5rem;
	margin-left: 1.5rem;
	font-weight: 600;
	margin-top: .75rem;
	display: inline-flex;
	gap: .5rem;
	align-items: center;
}

#comments-2 .comments-list .comment .btn-load-answers .spinner {
	border: 2px solid #f5f5f5;
	border-left-color: transparent;
	margin-left: 0;
}

#comments-2 .comments-list .comment .comment-answers {
	position: relative;
}

#comments-2 .comments-list .comment .comment-answers .comment {
	margin-bottom: 1.25rem;
	position: relative;
}

#comments-2 .comments-list .comment .comment-answers .comment-meta figure img {
	width: 2.125rem;
	height: 2.125rem;
}

#comments-2 .comments-list .comment .comment-answers .comment-meta .no-avatar {
	width: 2.125rem;
	height: 2.125rem;
	font-size: .875rem;
	line-height: 2.125rem;
}

#comments-2 .comments-list .comment .comment-answers .comment:last-child {
	margin-bottom: 0;
}

#comments-2 .comments-list .comment .comment-answers .comment:after {
	content: "";
	border: 1px solid;
	border-color: transparent transparent #e6e8ec transparent;
	transform: rotate(45deg);
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	top: 4px;
	left: 8px;
	position: absolute;
}

#comments-2 .comments-list .comment .comment-answers .comment-form-wrap {
	margin: 0;
}

#comments-2 .comments-list .comment .comment-answers:before {
	content: "";
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 70px;
	background: #e6e8ec;
	width: 1px;
}

#comments-2 .comments-list .comment .comment-images {
	display: flex;
	gap: .5rem;
}

#comments-2 .comments-list .comment .comment-images .comment-img {
	display: flex;
	align-items: center;
	margin-bottom: .75rem;
	text-decoration: none;
	position: relative;
}

#comments-2 .comments-list .comment .comment-images .comment-img img {
	max-width: 4rem;
	border-radius: .625rem;
}

#comments-2 .comments-list .comment .comment-images .comment-img span {
	color: #0067b8;
	font-size: .875rem;
	font-weight: 500;
}

#comments-2 .comments-list .comment .comment-images .comment-img:after {
	content: "";
	position: absolute;
	border-radius: .625rem;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0003;
	transition: .3s all;
	opacity: 0;
}

#comments-2 .comments-list .comment .comment-images .comment-img:hover:after {
	opacity: 1;
}

#comments-2 .comments-list .comment:last-child {
	margin-bottom: 0;
}

.comment-form-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin: 1.25rem 0 0;
}

.comment-form-wrap .avatar {
	flex-shrink: 0;
	width: 3rem;
}

.comment-form-wrap .avatar img {
	width: 3rem;
	height: 3rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.comment-form-wrap .comment-form {
	flex: auto;
	font-size: 0;
}

.comment-form-wrap .comment-form input[type=file] {
	display: none;
}

.comment-form-wrap .comment-form .position-relative {
	position: relative;
}

.comment-form-wrap .comment-form .position-relative textarea {
	padding: 1rem 1.5rem;
	border-radius: .75rem;
	color: #9fa4bc;
	font-size: 1rem;
	background-color: #fff;
	width: 100%;
	height: 130px;
	line-height: 1.2;
	min-height: 1px;
	border: 1px solid #e6e8ec;
	resize: none;
	overflow: hidden;
}

.comment-form-wrap .comment-form .position-relative textarea:focus {
	color: #2f2f35;
}

.comment-form-wrap .comment-form .position-relative .textarea-height {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	z-index: -1;
	line-height: 1.2;
	border: 1px solid transparent;
	transition: .3s all;
	padding: 1rem 1.5rem;
	font-size: 1rem;
}

.comment-form-wrap .comment-form .position-relative .shadow-text {
	padding: 0 1.125rem;
	position: absolute;
	left: -9999px;
	width: auto;
	font-size: 1rem;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.comment-form-wrap .comment-form .position-relative .form-images {
	display: flex;
	gap: 1rem;
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 3.5rem;
	width: -moz-max-content;
	width: max-content;
}

@media (max-width: 820px) {
	.comment-form-wrap .comment-form .position-relative .form-images {
		bottom: 7.5rem;
	}
}

.comment-form-wrap .comment-form .position-relative .form-images .img {
	position: relative;
	font-size: 0;
	width: 5rem;
}

.comment-form-wrap .comment-form .position-relative .form-images .img img {
	width: 5rem;
	height: 5rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: .75rem;
}

.comment-form-wrap .comment-form .position-relative .form-images .img button {
	position: absolute;
	top: .25rem;
	right: .25rem;
	width: 1.25rem;
	height: 1.25rem;
	border: .125rem solid #ffffff;
	background-color: #23262f;
	border-radius: 50%;
	display: flex;
	font-size: 0;
	align-items: center;
	justify-content: center;
}

.comment-form-wrap .comment-form .position-relative .form-images .img button .icon-cross {
	fill: #fff;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}

.comment-form-wrap .comment-form .position-relative .form-images {
	bottom: 1rem;
	left: 4rem;
}

.comment-form-wrap .comment-form .position-relative .form-images .img {
	width: 2.5rem;
}

.comment-form-wrap .comment-form .position-relative .form-images .img img {
	width: 2.5rem;
	height: 2.5rem;
}

.comment-form-wrap .comment-form .position-relative .buttons {
	position: absolute;
	bottom: 1rem;
	right: 1.25rem;
	display: flex;
	align-items: center;
	gap: .875rem;
}

.comment-form-wrap .comment-form .position-relative .buttons .btn {
	padding: 0 1.5rem;
	line-height: 1;
	height: 2.5rem;
}

.comment-form-wrap .comment-form .position-relative .buttons .spinner {
	border: 2px solid #9fa4bc;
	border-left-color: transparent;
	margin-left: 0;
}

.comment-form-wrap .comment-form .position-relative .btn-images {
	position: absolute;
	bottom: 1rem;
	left: 1.5rem;
	font-size: 0;
	height: 2.5rem;
}

.comment-form-wrap .comment-form .position-relative .btn-images svg {
	fill: #9fa4bc;
}

.comment-form-wrap .comment-form .btn-cancel-edit {
	font-size: .875rem;
	color: #0067b8;
	margin-top: .5rem;
	gap: .5rem;
	display: inline-flex;
}

.comment-form-wrap .comment-form .btn-cancel-edit .spinner {
	border: 2px solid #0067B8;
	border-left-color: transparent;
	margin-left: 0;
}

#cart .cart-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#cart .cart-head .h1 sup {
	color: #9fa4bc;
	font-size: 2rem;
	display: inline-block;
	top: auto;
}

#cart .cart-head button {
	color: #9fa4bc;
	font-size: .875rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: .5rem;
}

#cart .cart-head button .icon-trash-2 {
	fill: #9fa4bc;
}

#cart .cart-items .cart-item {
	border-radius: .75rem;
	border: .063rem solid #ebeaed;
	background-color: #fff;
	padding: 1rem;
	gap: 1rem;
	display: flex;
	align-items: center;
}

@media (max-width: 820px) {
	#cart .cart-items .cart-item {
		flex-wrap: wrap;
		gap: .5rem;
	}
}

#cart .cart-items .cart-item figure img {
	width: 63px;
	border-radius: 3px;
}

@media (max-width: 820px) {
	#cart .cart-items .cart-item figure {
		order: 0;
		text-align: center;
		margin: 0 auto;
	}
}

#cart .cart-items .cart-item .cart-item-title-wrap {
	width: 15rem;
}

@media (max-width: 820px) {
	#cart .cart-items .cart-item .cart-item-title-wrap {
		flex-basis: 100%;
		margin: .75rem 0;
		width: 100%;
	}
}

#cart .cart-items .cart-item .cart-item-title-wrap .cart-item-title {
	display: block;
}

#cart .cart-items .cart-item .variation {
	display: flex;
	align-items: center;
	font-size: .75rem;
	color: #9fa4bc;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: .25rem;
}

#cart .cart-items .cart-item-count {
	width: 140px;
}

#cart .cart-items .cart-item-count .count {
	position: relative;
}

#cart .cart-items .cart-item-count .count input {
	width: 100%;
	height: 2.5rem;
	border-radius: 1.25rem;
	background-color: #fff;
	text-align: center;
	color: #2f2f35;
	font-size: 1rem;
	border: none;
}

#cart .cart-items .cart-item-count .count button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	width: 2.5rem;
	height: 2.5rem;
	background: #f6f6f6;
	border-radius: .75rem;
}

#cart .cart-items .cart-item-count .count button svg {
	fill: #2f2f35;
}

#cart .cart-items .cart-item-count .count button svg.js-minus,#cart .cart-items .cart-item-count .count button svg.js-trash {
	display: none;
}

#cart .cart-items .cart-item-count .count button.btn-minus {
	left: 0;
}

#cart .cart-items .cart-item-count .count button.btn-plus {
	right: 0;
}

#cart .cart-items .cart-item-count-info {
	color: #9fa4bc;
	text-align: center;
	margin-top: .5rem;
	font-size: .875rem;
}

#cart .cart-items .cart-item-count {
	margin: 0 auto;
}

#cart .cart-items .cart-item-count .info {
	color: #969696;
	font-size: .875rem;
	text-align: center;
	margin-top: .25rem;
}

#cart .cart-items .cart-item-total {
	font-size: 1.375rem;
	font-weight: 500;
	text-align: right;
	width: 8rem;
	margin-left: auto;
}

#cart .cart-items .cart-item-total .old-price {
	color: #9fa4bc;
	font-size: 1.125rem;
	text-decoration: line-through;
	display: block;
	font-weight: 400;
}

#cart .cart-items .cart-item-total .new-price {
	font-size: 1.375rem;
	color: #fa3b3b;
	flex-basis: 100%;
	display: block;
}

#cart .cart-items .cart-item+.cart-item {
	margin-top: .75rem;
}

#cart .cart-items .cart-item .btn-restore {
	font-size: 17px;
	display: none;
	margin-left: auto;
}

#cart .cart-items .cart-item.removed figure,#cart .cart-items .cart-item.removed .cart-item-title-wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .3;
	pointer-events: none;
}

#cart .cart-items .cart-item.removed .cart-item-count,#cart .cart-items .cart-item.removed .cart-item-total {
	display: none;
}

#cart .cart-items .cart-item.removed .btn-restore {
	display: block;
}

#cart .btn-show-promocode {
	color: #2f2f35;
	font-weight: 600;
	border-bottom: 1px dashed #2F2F35;
}

#cart #promo-code-form {
	display: none;
	flex-wrap: wrap;
	gap: .75rem;
}

#cart #promo-code-form .form-field {
	max-width: 13.188rem;
}

#cart #promo-code-form .flash {
	flex-basis: 100%;
}

#cart .cart-total {
	border-radius: .75rem;
	border: .063rem solid #ebeaed;
}

#cart .cart-total dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.2;
}

#cart .cart-total dl dt {
	font-weight: 500;
}

#cart .cart-total dl dd {
	font-weight: 500;
	font-size: 1.125rem;
}

#cart .cart-total dl.total dt {
	font-weight: 600;
	font-size: 1.25rem;
}

#cart .cart-total dl.total dd {
	font-weight: 600;
	font-size: 1.5rem;
}

#cart .cart-total dl.total dd strong {
	font-weight: 600;
}

#cart .cart-total dl+dl {
	margin-top: .5rem;
}

#cart .cart-total #order-form .form-field .label {
	margin-bottom: .75rem;
	display: block;
}

#cart .cart-total .flash {
	margin-top: .75rem;
}

#cart .pay-methods dt {
	text-align: center;
	color: #9fa4bc;
	font-size: .875rem;
	margin-bottom: .75rem;
}

#cart .pay-methods dd {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

#cart .pay-methods dd button {
	font-size: 0;
}

#cart .payment-methods {
	border-radius: .75rem;
	overflow: hidden;
}

#cart .payment-methods-title {
	background: #2f2f35;
	color: #fff;
	border-radius: .75rem .75rem 0 0;
	padding: .75rem 1rem;
}

#cart .payment-methods-body {
	border-top: 0;
	background: #f6f6f6;
	padding: .5rem;
	display: flex;
	flex-direction: column;
	gap: .25rem;
	border-radius: 0 0 .75rem .75rem;
}

#cart .payment-methods .radio {
	display: flex;
	padding: .75rem 1rem .75rem 3rem;
	position: relative;
	cursor: pointer;
	background: #fff;
	border-radius: .75rem;
}

#cart .payment-methods .radio input {
	position: absolute;
	left: -9999px;
}

#cart .payment-methods .radio input+span:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
	border: 2px solid #B8C1CC;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}

#cart .payment-methods .radio input:checked+span:after {
	border-color: #2f2f35;
}

#cart .payment-methods .radio input:checked+span:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #2f2f35;
	left: 20px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

#cart .payment-methods .radio:has(input:checked) {
	cursor: default;
}

#cart .cart-empty figure img {
	transform: translate(-27px);
}

#cart .cart-empty p img {
	transform: translateY(-3px);
}

#cart .cross-sells-banner {
	border: 1px solid #E6E8EC;
	padding: .75rem 1rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: .75rem;
	margin-bottom: 1rem;
}

@media (max-width: 820px) {
	#cart .cross-sells-banner {
		justify-content: center;
	}
}

#cart .cross-sells-banner figure {
	width: 34px;
	line-height: 34px;
	height: 34px;
	margin-right: .5rem;
	background: #f6f6f6;
	border-radius: 6px;
	padding: 0 5px;
	font-size: 0;
	align-self: flex-start;
}

@media (max-width: 820px) {
	#cart .cross-sells-banner figure+div {
		width: calc(100% - 42px);
	}
}

#cart .cross-sells-banner .btn {
	margin-left: auto;
}

@media (max-width: 820px) {
	#cart .cross-sells-banner .btn {
		margin-left: 0;
		margin-top: 1rem;
	}
}

#programs {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;
}

#programs .h1 {
	font-size: 2.813rem;
	line-height: 1.2;
}

@media (max-width: 820px) {
	#programs .h1 {
		font-size: 2.125rem;
	}
}

#programs .h1 span {
	color: #9fa4bc;
}

#programs .h1 img {
	max-width: 48px;
	margin-right: .4rem;
}

@media (max-width: 820px) {
	#programs .h1 img {
		max-width: 32px;
	}
}

#programs p {
	color: #626579;
	font-size: 1.125rem;
}

@media (max-width: 820px) {
	#programs p {
		font-size: 1rem;
	}
}

#programs #programs-search {
	position: relative;
	grid-column: 4/10;
}

@media (max-width: 1199px) {
	#programs #programs-search {
		grid-column: span 12;
	}
}

#programs #programs-search .icon-search {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 31px;
}

#programs #programs-search .form-field input {
	padding-left: 3rem;
}

#programs .program-cat {
	display: block;
	border-radius: 3px;
	border: .063rem solid #ebeaed;
	padding-top: 2rem;
	background-color: #fff;
	height: 14.563rem;
	text-align: center;
	text-decoration: none;
	position: relative;
}

@media (max-width: 820px) {
	#programs .program-cat {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-radius: 0;
		padding: 0;
		text-align: left;
		height: auto;
		border: none;
		gap: .875rem;
	}
}

#programs .program-cat figure {
	width: 5rem;
	line-height: 5rem;
	border-radius: 50%;
	background-color: #f5f5f5;
	font-size: 0;
	text-align: center;
	margin: 0 auto 1rem;
}

@media (max-width: 1199px) {
	#programs .program-cat figure {
		margin: 0;
	}
}

#programs .program-cat figure img {
	max-width: 60%;
	max-height: 36px;
}

#programs .program-cat-name {
	font-weight: 700;
	display: block;
	font-size: 1.25rem;
	margin-bottom: .5rem;
}

@media (max-width: 820px) {
	#programs .program-cat-name {
		margin-bottom: .25rem;
	}

	#programs .program-cat-name:last-child {
		margin: 0;
	}
}

#programs .program-cat-vendor {
	color: #9fa4bc;
}

@media (max-width: 820px) {
	#programs .program-cat-vendor {
		font-size: .875rem;
	}
}

#programs .program-cat-count {
	width: 2rem;
	line-height: 1.563rem;
	border-radius: 3px;
	background-color: #f5f5f5;
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	color: #9fa4bc;
	font-size: .875rem;
	font-weight: 500;
	text-align: center;
}

@media (max-width: 820px) {
	#programs .program-cat-count {
		top: 0;
		right: 0;
	}
}

#programs .program {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	position: relative;
	border-radius: .75rem;
	border: .063rem solid #e6e8ec;
	padding: .875rem 2rem;
}

@media (max-width: 820px) {
	#programs .program {
		padding: 0;
		border: 0;
	}
}

#programs .program .program-desc {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 450px;
}

@media (max-width: 1199px) {
	#programs .program .program-desc {
		width: auto;
		flex: auto;
	}
}

#programs .program .program-desc figure {
	width: 5rem;
	line-height: 5rem;
	border-radius: 1.25rem;
	background-color: #f5f5f5;
	flex-shrink: 0;
	font-size: 0;
	text-align: center;
}

@media (max-width: 820px) {
	#programs .program .program-desc figure {
		width: 4rem;
		line-height: 4rem;
	}
}

#programs .program .program-desc>div {
	width: calc(100% - 6rem);
}

@media (max-width: 820px) {
	#programs .program .program-desc>div {
		width: calc(100% - 5rem);
	}
}

#programs .program .program-desc .program-name {
	font-weight: 700;
	display: block;
	font-size: 1rem;
	margin-bottom: .25rem;
	padding-right: 2rem;
}

@media (max-width: 820px) {
	#programs .program .program-desc .program-name {
		padding-right: 1rem;
		font-size: .938rem;
	}
}

#programs .program .program-desc .program-version {
	color: #9fa4bc;
}

@media (max-width: 820px) {
	#programs .program .program-desc .program-version {
		font-size: .875rem;
	}
}

#programs .program .program-desc .program-platform {
	padding: 0 .5rem;
	line-height: 1.563rem;
	border-radius: .5rem;
	background-color: #f5f5f5;
	position: absolute;
	top: 0;
	right: 0;
	color: #9fa4bc;
	font-size: .875rem;
	font-weight: 500;
	text-align: center;
}

#programs .program .program-options {
	display: flex;
	gap: .875rem;
}

@media (max-width: 1199px) {
	#programs .program .program-options {
		display: none;
	}
}

#programs .program .program-options>span {
	color: #777e90;
	font-weight: 500;
	font-size: .875rem;
	border-radius: .75rem;
	background-color: #f5f5f5;
	padding: .5rem .75rem;
}

#programs .program .btn-blue {
	height: 2.438rem;
	min-height: 2.438rem;
	border-radius: 2rem;
	background: #f6f6f6;
	color: #2f2f35;
	padding: 0 1rem;
	font-size: 1rem;
	transition: none;
	margin-left: auto;
}

@media (max-width: 820px) {
	#programs .program .btn-blue {
		font-size: .875rem;
		height: 2rem;
		min-height: 2rem;
	}
}

#programs .program .btn-blue:hover {
	background: #2f2f35;
	color: #fff;
}

#programs .program .btn-blue:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#program-cat {
	max-width: 1170px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#program-cat {
		width: 90%;
	}
}

#program-cat .h1 {
	font-size: 2.813rem;
	line-height: 1.2;
}

@media (max-width: 820px) {
	#program-cat .h1 {
		font-size: 2.125rem;
	}
}

#program-cat .h1 span {
	color: #9fa4bc;
}

#program-cat p {
	color: #626579;
}

#program-cat .cats {
	display: flex;
	gap: .5rem;
}

@media (max-width: 1199px) {
	#program-cat .cats {
		justify-content: flex-start;
		overflow: auto;
	}
}

#program-cat .cats button {
	height: 2.438rem;
	border-radius: 3px;
	border: .063rem solid #ebeaed;
	padding: 0 1rem;
	white-space: nowrap;
}

@media (max-width: 820px) {
	#program-cat .cats button {
		padding: 0 .75rem;
		font-size: .875rem;
	}
}

#program-cat .cats button.active {
	color: #fff;
	background: #2f2f35;
	border-color: #2f2f35;
}

#program-cat .grid {
	gap: .5rem;
}

@media (max-width: 820px) {
	#program-cat .grid {
		gap: 2rem;
	}
}

#program-cat .program {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
	border: .063rem solid #e6e8ec;
	padding: .875rem 2rem;
}

@media (max-width: 820px) {
	#program-cat .program {
		padding: 0;
		border: 0;
	}
}

#program-cat .program .program-desc {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 450px;
}

@media (max-width: 1199px) {
	#program-cat .program .program-desc {
		width: auto;
		flex: auto;
	}
}

#program-cat .program .program-desc figure {
	width: 5rem;
	line-height: 5rem;
	border-radius: 3px;
	background-color: #f5f5f5;
	flex-shrink: 0;
	font-size: 0;
	text-align: center;
}

@media (max-width: 820px) {
	#program-cat .program .program-desc figure {
		width: 4rem;
		line-height: 4rem;
	}
}

#program-cat .program .program-desc>div {
	width: calc(100% - 6rem);
}

@media (max-width: 820px) {
	#program-cat .program .program-desc>div {
		width: calc(100% - 5rem);
	}
}

#program-cat .program .program-desc .program-name {
	font-weight: 700;
	display: block;
	font-size: 1rem;
	margin-bottom: .25rem;
	padding-right: 2rem;
}

@media (max-width: 820px) {
	#program-cat .program .program-desc .program-name {
		padding-right: 1rem;
		font-size: .938rem;
	}
}

#program-cat .program .program-desc .program-version {
	color: #9fa4bc;
}

@media (max-width: 820px) {
	#program-cat .program .program-desc .program-version {
		font-size: .875rem;
	}
}

#program-cat .program .program-desc .program-platform {
	padding: 0 .5rem;
	line-height: 1.563rem;
	border-radius: .5rem;
	background-color: #f5f5f5;
	position: absolute;
	top: 0;
	right: 0;
	color: #9fa4bc;
	font-size: .875rem;
	font-weight: 500;
	text-align: center;
}

#program-cat .program .program-options {
	display: flex;
	gap: .875rem;
}

@media (max-width: 1199px) {
	#program-cat .program .program-options {
		display: none;
	}
}

#program-cat .program .program-options>span {
	color: #777e90;
	font-weight: 500;
	font-size: .875rem;
	border-radius: 3px;
	background-color: #f5f5f5;
	padding: .5rem .75rem;
}

#program-cat .program .btn-blue {
	height: 2.438rem;
	min-height: 2.438rem;
	border-radius: 3px;
	background: #f6f6f6;
	color: #2f2f35;
	padding: 0 1rem;
	font-size: 1rem;
	transition: none;
	margin-left: auto;
	border: 0 none;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0;
	text-transform: none;
}

@media (max-width: 820px) {
	#program-cat .program .btn-blue {
		font-size: .875rem;
		height: 2rem;
		min-height: 2rem;
	}
}

#program-cat .program .btn-blue:hover {
	background: #2f2f35;
	color: #fff;
}

#program-cat .program .btn-blue:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#program .program-glide {
	position: relative;
	text-align: center;
}

#program .program-glide img {
	border-radius: 3px;
	height: 480px;
	width: auto;
	display: inline-block;
}

@media (max-width: 1199px) {
	#program .program-glide img {
		height: 200px;
	}
}

#program .program-glide .glide__arrows {
	opacity: 0;
	visibility: hidden;
	transition: .3s all;
}

#program .program-glide .glide__arrows .glide__arrow.glide__arrow--left {
	left: 2rem;
}

#program .program-glide .glide__arrows .glide__arrow.glide__arrow--right {
	right: 2rem;
}

#program .program-glide .glide__bullets {
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	margin-top: 0;
}

#program .program-glide .glide__bullets .glide__bullet {
	width: 24px;
	height: 4px;
	background: #ffffff80;
	border-radius: 9px;
	position: relative;
}

#program .program-glide .glide__bullets .glide__bullet:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background: #fff;
	border-radius: 9px;
	width: 0;
}

#program .program-glide .glide__bullets .glide__bullet.glide__bullet--active:after {
	transition: 5s all;
	width: 100%;
}

#program .program-glide:hover .glide__arrows {
	opacity: 1;
	visibility: visible;
}

#program .program-chars {
	border-radius: 3px;
	border: .063rem solid #ebeaed;
}

#program .program-chars ul li {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	position: relative;
	font-size: .875rem;
	font-weight: 500;
	position: relative;
}

#program .program-chars ul li:before {
	content: "";
	width: .375rem;
	height: .375rem;
	background: #0067b8;
	position: absolute;
	top: .5rem;
	left: .5rem;
	border-radius: 50%;
}

/*#program .program-chars ul li:last-child {
	margin: 0;
}*/

#program .program-chars ul li+li {
	margin-top: .5rem;
}

#program .program-chars-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 820px) {
	#program .program-chars-info figure {
		flex-basis: 100%;
		margin-bottom: 1rem;
	}
}

#program .program-chars-info span {
	color: #9fa4bc;
	font-weight: 500;
	font-size: .875rem;
	margin: 0 1rem;
}

@media (max-width: 820px) {
	#program .program-chars-info span {
		margin: 0 1rem 0 0;
	}
}

#program .program-desc h2,#program .program-desc h3,#program .program-desc h4,#program .program-desc p,#program .program-desc ul,#program .program-desc ol,#program .program-desc blockquote {
	margin-bottom: 1rem;
}

#program .program-desc p:last-child,#program .program-desc ul:last-child,#program .program-desc ol:last-child,#program .program-desc blockquote:last-child {
	margin: 0;
}

#program .program-download-info {
	font-size: 1.125rem;
}

#program .program-download-info a {
	color: #0067b8;
}

#program .program-version {
	display: flex;
	align-items: center;
}

#program .program-version figure {
	width: 4rem;
	line-height: 4rem;
	border-radius: .625rem;
	background-color: #f5f5f5;
	text-align: center;
	flex-shrink: 0;
	margin-right: 1rem;
}

#program .program-version-name {
	font-size: 1.25rem;
	font-weight: 700;
}

#program .program-version-type {
	color: #626579;
}

#program .program-details dl {
	display: flex;
	flex-direction: column;
}

#program .program-details dl dt {
	font-weight: 500;
	font-size: 1rem;
	line-height: 19px;
	color: #9fa4bc;
	margin-bottom: 6px;
}

#program .program-details dl dd {
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 22px;
	text-align: left;
	color: #303030;
}

#program .program-details dl dd img {
	max-width: 5.75rem;
}

#program .program-details dl+dl {
	margin-top: 1.125rem;
}

#program .program-buy p {
	color: #626579;
	font-size: 1rem;
	font-weight: 500;
}

#program .program-buy .card-delivery {
	text-align: center;
}

#program .program-buy .card-delivery span {
	color: #777e90;
}

#program .program-download p {
	color: #626579;
	font-size: 1rem;
	font-weight: 500;
}

#program .program-download dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#program .program-download dl dt {
	display: flex;
	align-items: center;
}

#program .program-download dl dt img,#program .program-download dl dt svg {
	margin-right: .75rem;
	width: 34px;
	height: 34px;
}

#program .program-download dl dt span {
	font-size: 14px;
	font-weight: 500;
}

#program .program-download dl dd .btn-download-program {
	padding: .375rem .875rem;
	border-radius: .75rem;
	border: 1px solid #E6E8EC;
	background: #f6f6f6;
	color: #2f2f35;
	font-weight: 500;
	display: inline-flex;
	text-decoration: none;
	font-size: 1rem;
}

#program .program-download dl dd .btn-download-program:hover {
	background: #2f2f35;
	border-color: #2f2f35;
	color: #fff;
}

#program .program-download dl+dl {
	margin-top: 1rem;
}

#program .program-download-site p {
	color: #626579;
	font-size: 1rem;
	font-weight: 500;
}

#program .program-download-site .btn img {
	width: 1.313rem;
	margin-right: .5rem;
}

#program .program-download-site .btn span {
	font-size: 1rem;
}

#program .program-download-site+.program-download-site {
	margin-top: .5rem;
}

#program .program-stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

#program .program-stats dt {
	flex-basis: 100%;
	text-align: center;
	color: #626579;
	font-size: .875rem;
	margin-bottom: .5rem;
}

#program .program-stats dd {
	display: flex;
	align-items: center;
	margin: 0 .75rem;
}

#program .program-stats dd svg {
	fill: #9fa4bc;
	margin-right: .5rem;
}

#program .program-stats dd svg.icon-eye {
	width: 1.25rem;
	height: 1rem;
}

#program .program-stats dd svg.icon-install {
	width: 1.125rem;
	height: 1.188rem;
}

#program .order-virus {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #24aa321a;
	border-radius: 3px 3px 0 0;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 17px;
	background: #f6f6f6;
	gap: .5rem;
	margin: -1.5rem -1.5rem 0;
}

#program .rating+.flash {
	text-align: left;
}

.search-results:not(body) {
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
	width: 33.813rem;
	border-radius: 0 0 1.813rem 1.813rem;
	background-color: #fff;
	padding: 1rem;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}

@media (max-width: 820px) {
	.search-results:not(body) {
		width: 100%;
		top: 100%;
	}
}

.search-results:not(body) ul li a {
	display: flex;
	gap: .5rem;
	align-items: center;
	padding: .75rem 0;
	text-decoration: none;
}

.search-results:not(body) ul li a svg {
	fill: #969696;
}

.search-results:not(body) ul li a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-results:not(body) ul li+li {
	border-top: 1px solid #e6e8ec;
}

.search-results:not(body) .cat a:hover {
	text-decoration: underline;
}

.search-results:not(body) .item {
	display: flex;
	align-items: center;
	border: 1px solid #E6E8EC;
	padding: 1rem;
	border-radius: .75rem;
}

.search-results:not(body) .item figure {
	width: 3.5rem;
	margin-right: 1rem;
	flex-shrink: 0;
}

.search-results:not(body) .item figure img {
	border-radius: .625rem;
}

.search-results:not(body) .item-detail .item-name {
	display: block;
	margin-bottom: .25rem;
}

@media (max-width: 820px) {
	.search-results:not(body) .item-detail .item-name {
		font-size: .875rem;
	}
}

.search-results:not(body) .item-detail .item-stats li {
	display: flex;
	align-items: center;
}

.search-results:not(body) .item-detail .item-stats li span {
	color: #9fa4bc;
	margin-left: .5rem;
}

.search-results:not(body) .item-detail .item-stats li+li {
	margin-left: .75rem;
}

.search-results:not(body) .item .price {
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: auto;
	padding-left: 1rem;
	white-space: nowrap;
}

.search-results:not(body) .item+.item {
	margin-top: .5rem;
}

.search-results:not(body) .link-all {
	color: #0067b8;
	font-weight: 500;
	display: inline-flex;
	margin-top: 1.25rem;
}

.search-results:not(body) .btn-close-search-results {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	top: .75rem;
	right: 1.25rem;
}

.search-results:not(body).show {
	opacity: 1;
	visibility: visible;
}

#blog .h1 {
	font-size: 2.813rem;
	line-height: 1.2;
}

@media (max-width: 820px) {
	#blog .h1 {
		font-size: 2.125rem;
	}
}

#blog .h1 span {
	color: #9fa4bc;
}

#blog .h1 img {
	max-width: 48px;
}

@media (max-width: 820px) {
	#blog .h1 img {
		max-width: 32px;
	}
}

#blog p {
	color: #626579;
	font-size: 1.125rem;
}

@media (max-width: 820px) {
	#blog p {
		font-size: 1rem;
	}
}

#blog #blog-search {
	position: relative;
	grid-column: 4/10;
}

@media (max-width: 1199px) {
	#blog #blog-search {
		grid-column: span 12;
	}
}

#blog #blog-search .icon-search {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.25rem;
}

#blog #blog-search .form-field input {
	padding-left: 3rem;
}

#blog .cats {
	display: flex;
	justify-content: center;
}

@media (max-width: 1199px) {
	#blog .cats {
		justify-content: flex-start;
		overflow: auto;
	}
}

#blog .cats button,#blog .cats a {
	line-height: 2.438rem;
	border-radius: 6.25rem;
	border: .063rem solid #ebeaed;
	padding: 0 1rem;
	margin: .25rem;
	white-space: nowrap;
	text-decoration: none;
}

@media (max-width: 820px) {
	#blog .cats button,#blog .cats a {
		padding: 0 .75rem;
		font-size: .875rem;
	}
}

#blog .cats button.active,#blog .cats a.active {
	color: #fff;
	background: #2f2f35;
	border-color: #2f2f35;
}

#article {
	position: relative;
}

#article a {
	color: #5181b8;
}

#article h1 {
	margin-bottom: 2.125rem;
	font-size: 52px;
	line-height: 56px;
}

@media (max-width: 820px) {
	#article h1 {
		margin-bottom: 1.125rem;
		line-height: 1.2;
		font-size: 1.5rem;
	}
}

#article h2,#article h3,#article h4 {
	margin-bottom: 1rem;
	font-weight: 600;
}

#article h2 {
	font-size: 1.75rem;
	line-height: 2rem;
}

#article h3 {
	font-size: 1.375rem;
	line-height: 1.5rem;
}

#article .article-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.5rem;
}

@media (max-width: 820px) {
	#article .article-info {
		gap: .25rem .5rem;
	}
}

#article .article-info li.flex {
	display: flex;
	align-items: center;
}

#article .article-info li.flex img {
	max-width: 24px;
	height: 24px;
	border-radius: 50%;
}

#article .article-info li.flex .icon-clock,#article .article-info li.flex .icon-eye {
	width: 1.25rem;
	height: 1.25rem;
	fill: #9fa4bc;
}

#article .article-info li.flex .icon-eye {
	height: 1rem;
}

#article .article-info li.flex a {
	color: #000;
}

#article .article-info li.flex span,#article .article-info li.flex a,#article .article-info li.flex button {
	margin-left: .5rem;
	color: "Inter",sans-serif;
}

#article .article-info li.flex span small,#article .article-info li.flex a small,#article .article-info li.flex button small {
	display: inline-block;
	font-size: .875rem;
}

@media (max-width: 820px) {
	#article .article-info li.flex span small,#article .article-info li.flex a small,#article .article-info li.flex button small {
		font-size: .75rem;
	}
}

#article lite-youtube {
	margin-bottom: 2.75rem;
}

#article>figure img {
	border-radius: 1.25rem;
}

#article>figure.img-content {
	text-align: center;
	border-radius: 1.25rem;
	margin-bottom: 2.75rem;
}

#article>figure.img-content img {
	border-radius: 0;
}

#article>figure.img-content:last-child {
	margin: 0;
}

#article .mx-970 {
	margin-left: -100px;
	margin-right: -100px;
}

@media (max-width: 1199px) {
	#article .mx-970 {
		margin-left: 0;
		margin-right: 0;
	}
}

#article .mx-970 img {
	width: 100%;
	height: 545px;
	-o-object-fit: cover;
	object-fit: cover;
}

#article #tocmenu li a {
	color: #000;
}

#article .article-content {
	border-radius: .625rem;
	background-color: #f8f9fa;
}

#article .article-content-title {
	display: flex;
	align-items: center;
	transition: .3s all;
}

@media (max-width: 820px) {
	#article .article-content-title {
		justify-content: space-between;
	}
}

#article .article-content-title .h3 {
	margin-bottom: 0;
	margin-right: 1.5rem;
}

@media (max-width: 820px) {
	#article .article-content-title .h3 {
		margin-right: 0;
	}
}

#article .article-content-title button {
	color: #000;
}

#article .article-content ol {
	margin-bottom: 0;
	transition: .3s all;
	max-height: 1000px;
	padding: 0;
	list-style: none;
	counter-reset: list;
}

#article .article-content ol li a {
	text-decoration: none;
	font-size: 18px;
}

#article .article-content ol li:before {
	content: counter(list) ". ";
}

#article .article-content ol li+li {
	margin-top: .75rem;
}

#article .article-content ol li.kamatoc__top {
	counter-increment: list;
	counter-reset: list1;
}

#article .article-content ol li.kamatoc__sub_1 {
	counter-increment: list1;
	counter-reset: list2;
}

#article .article-content ol li.kamatoc__sub_1:before {
	content: counter(list) "." counter(list1) ". ";
}

#article .article-content.hide .article-content-title {
	margin-bottom: 0!important;
}

#article .article-content.hide ol {
	max-height: 0;
	overflow: hidden;
}

#article .article-content .blue-link {
	color: #3b71fe;
}

#article p,#article ul:not(.list-reset),#article ol:not(.list-reset),#article blockquote,#article code {
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	line-height: 32px;
}

#article p:last-child,#article ul:not(.list-reset):last-child,#article ol:not(.list-reset):last-child,#article blockquote:last-child,#article code:last-child {
	margin: 0;
}

#article p+h2 {
	margin-top: 3rem;
}

#article p+ul {
	margin-top: -.75rem;
}

#article ul:not(.article-info) li+li {
	margin-top: .5rem;
}

#article code,#article .news-code {
	border-radius: .75rem;
	background-color: #f5f5f5;
	padding: 1rem 2rem;
	line-height: 1.75rem;
	font-weight: 500;
	display: block;
	font-family: Inter,sans-serif;
}

#article code p:last-child,#article .news-code p:last-child {
	margin-bottom: 0;
}

#article .code-wrap {
	position: relative;
	margin-bottom: 1.5rem;
}

#article .code-wrap code {
	margin-bottom: 0;
}

#article .code-wrap .btn-code-copy {
	position: absolute;
	top: .8rem;
	right: .8rem;
}

#article ol.with-line {
	padding: 0;
	margin: 0 0 2rem;
	list-style: none;
	counter-reset: list;
}

#article ol.with-line li {
	position: relative;
	padding: .5rem 0 1.5rem 3.75rem;
	margin: 0;
}

#article ol.with-line li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 23.5px;
	bottom: 0;
	background: #e6e8ec;
	width: 1px;
}

#article ol.with-line li:after {
	content: counter(list);
	counter-increment: list;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	background: #f6f6f6;
	border: 1px solid #E6E8EC;
	font-size: 1.25rem;
}

#article ol.with-line li:last-child {
	padding-bottom: 0;
}

#article ol.with-line li:last-child:before {
	display: none;
}

#article ol.with-line:last-child {
	margin-bottom: 0;
}

#article .short-products .product {
	display: flex;
	align-items: center;
	padding: .75rem 1.5rem;
	border-radius: .625rem;
	background-color: #f5f5f5;
}

@media (max-width: 820px) {
	#article .short-products .product {
		padding: .5rem;
	}
}

#article .short-products .product figure {
	max-width: 3.5rem;
	margin-right: .5rem;
}

@media (max-width: 820px) {
	#article .short-products .product figure {
		flex-shrink: 0;
		width: 1.75rem;
		display: none;
	}
}

#article .short-products .product-name {
	font-weight: 500;
	max-width: 420px;
	color: #2f2f35;
}

@media (max-width: 820px) {
	#article .short-products .product-name {
		max-width: 9rem;
	}
}

#article .short-products .product-price {
	margin-left: auto;
	text-align: right;
	margin-right: 2.5rem;
}

@media (max-width: 820px) {
	#article .short-products .product-price {
		margin-right: 0;
	}
}

#article .short-products .product-price .old-price {
	text-decoration: line-through;
	color: #9fa4bc;
	font-size: .875rem;
}

#article .short-products .product-price .price {
	font-size: 1.5rem;
	font-weight: 700;
}

#article .short-products .product .btn {
	height: 3rem;
	font-size: 1rem;
	margin-left: auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

@media (max-width: 820px) {
	#article .short-products .product .btn {
		padding: 0 .75rem;
	}
}

#article .short-products .product+.product {
	margin-top: 10px;
}

#article blockquote {
	background: #f6f6f6;
	border-left: 4px solid #9FA4BC;
	padding: 1rem 1.75rem;
}

#article blockquote.v-2 {
	background: none;
}

#article mark {
	background: #f4f4f4;
	display: inline-block;
	padding: .25rem 2px;
}

#article mark.key {
	border: 1px solid #E6E8EC;
	border-radius: 5px;
	padding: .25rem .5rem;
}

#article .rating {
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 3rem;
}

#article .rating .rating-h1 {
	font-weight: 600;
	font-size: 34px;
	line-height: 41px;
	color: #2f2f35;
}

#article .rating .rating-h6 {
	font-size: 18px;
	line-height: 22px;
	color: #2f2f35;
	max-width: 570px;
}

#article .rating p {
	margin-bottom: 0;
}

#article .rating .rating-stars {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .75rem;
	flex-direction: row;
}

#article .rating .rating-stars .stars .icon-star {
	width: 1.875rem;
	height: 1.75rem;
}

#article .rating .rating-stars span {
	font-size: 1.25rem;
}

#article.v-2 h1 {
	margin-bottom: .5rem;
}

#article.v-2 p {
	text-align: center;
	color: #9fa4bc;
	font-size: 1rem;
}

#article .link-back {
	position: absolute;
	left: -184px;
	top: 0;
	color: #000;
}

@media (max-width: 1199px) {
	#article .link-back {
		position: static;
		margin-bottom: .5rem;
	}
}

#article .vacancy-block {
	margin-bottom: 4rem;
}

@media (max-width: 1199px) {
	#article .vacancy-block {
		margin-bottom: 2rem;
	}
}

#article .vacancy-block .salary {
	line-height: 1;
}

#article .vacancy-block .salary span {
	font-size: 2.125rem;
	font-weight: 500;
}

@media (max-width: 1199px) {
	#article .vacancy-block .salary span {
		font-size: 1.5rem;
	}
}

#article .vacancy-block .salary small {
	font-size: 1.125rem;
	font-weight: 500;
}

#article .vacancy-block .d-flex {
	gap: 2.5rem;
}

@media (max-width: 1199px) {
	#article .vacancy-block .d-flex {
		flex-wrap: wrap;
		margin: 1rem 0;
		gap: 1rem;
	}
}

#article .vacancy-block dl {
	font-size: 1.125rem;
}

#article .vacancy-block dl dt {
	margin-bottom: .5rem;
	color: #969696;
}

.article-share .buttons {
	display: flex;
	justify-content: center;
}

.article-share .buttons a {
	display: flex;
	align-items: center;
	height: 3.25rem;
	border-radius: .625rem;
	background-color: #f5f5f5;
	padding: 0 1.5rem;
	text-decoration: none;
}

.article-share .buttons a span {
	font-size: 1.125rem;
	font-weight: 500;
	margin-left: .5rem;
}

@media (max-width: 820px) {
	.article-share .buttons a span {
		display: none;
	}
}

.article-share .buttons a+a {
	margin-left: 1.5rem;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: fixed;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
	z-index: 103;
	width: 90%;
	background: #fff;
	border-radius: .75rem;
}

@media (max-width: 1440px) {
	.popup {
		position: absolute;
		top: 0;
		transform: translate(-50%);
	}
}

.popup#mini-cart {
	max-width: 60.625rem;
	padding: 1.5rem 2rem;
}

@media (max-width: 820px) {
	.popup#mini-cart {
		width: 90%;
		padding: 1rem;
	}
}

.popup#mini-cart .cart-items .cart-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

@media (max-width: 820px) {
	.popup#mini-cart .cart-items .cart-item {
		flex-wrap: wrap;
	}
}

.popup#mini-cart .cart-items .cart-item-desc {
	display: flex;
	align-items: center;
	flex-basis: 60%;
}

@media (max-width: 820px) {
	.popup#mini-cart .cart-items .cart-item-desc {
		margin-bottom: 1rem;
		flex-basis: 100%;
	}
}

.popup#mini-cart .cart-items .cart-item-desc figure {
	width: 4.25rem;
	flex-shrink: 0;
	margin-right: 1rem;
}

.popup#mini-cart .cart-items .cart-item-desc figure img {
	width: 100%;
	border-radius: .5rem;
}

.popup#mini-cart .cart-items .cart-item-desc .item-name {
	font-size: 17px;
}

@media (max-width: 820px) {
	.popup#mini-cart .cart-items .cart-item-desc .item-name {
		font-size: .875rem;
	}
}

.popup#mini-cart .cart-items .cart-item-desc .options {
	color: #9fa4bc;
}

@media (max-width: 820px) {
	.popup#mini-cart .cart-items .cart-item-desc .options {
		font-size: .875rem;
	}
}

.popup#mini-cart .cart-items .cart-item-count {
	width: 140px;
}

.popup#mini-cart .cart-items .cart-item-count .count {
	position: relative;
}

.popup#mini-cart .cart-items .cart-item-count .count input {
	width: 100%;
	height: 2.5rem;
	border-radius: 1.25rem;
	background-color: #fff;
	text-align: center;
	color: #2f2f35;
	font-size: 1rem;
	border: none;
}

.popup#mini-cart .cart-items .cart-item-count .count button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	width: 2.5rem;
	height: 2.5rem;
	background: #f6f6f6;
	border-radius: .75rem;
}

.popup#mini-cart .cart-items .cart-item-count .count button svg {
	fill: #2f2f35;
}

.popup#mini-cart .cart-items .cart-item-count .count button svg.js-minus,.popup#mini-cart .cart-items .cart-item-count .count button svg.js-trash {
	display: none;
}

.popup#mini-cart .cart-items .cart-item-count .count button.btn-minus {
	left: 0;
}

.popup#mini-cart .cart-items .cart-item-count .count button.btn-plus {
	right: 0;
}

.popup#mini-cart .cart-items .cart-item-count-info {
	color: #9fa4bc;
	text-align: center;
	margin-top: .5rem;
	font-size: .875rem;
}

.popup#mini-cart .cart-items .cart-item-total {
	font-size: 1.375rem;
	font-weight: 600;
	text-align: right;
	flex-basis: 8rem;
	flex-wrap: wrap;
	margin-left: 1rem;
}

.popup#mini-cart .cart-items .cart-item-total .old-price {
	color: #9fa4bc;
	font-size: 1.125rem;
	text-decoration: line-through;
	display: block;
	font-weight: 400;
}

.popup#mini-cart .cart-items .cart-item-total .new-price {
	font-size: 1.375rem;
	color: #fa3b3b;
	flex-basis: 100%;
	display: block;
}

.popup#mini-cart .cart-items .cart-item+.cart-item {
	margin-top: 1.25rem;
}

.popup#mini-cart .cart-items .cart-item .btn-restore {
	font-size: 17px;
	display: none;
	margin-left: auto;
}

.popup#mini-cart .cart-items .cart-item.removed figure,.popup#mini-cart .cart-items .cart-item.removed .cart-item-title-wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .3;
	pointer-events: none;
}

.popup#mini-cart .cart-items .cart-item.removed .cart-item-count,.popup#mini-cart .cart-items .cart-item.removed .cart-item-total {
	display: none;
}

.popup#mini-cart .cart-items .cart-item.removed .btn-restore {
	display: block;
}

.popup#mini-cart .mini-cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.popup#mini-cart .mini-cart-total .total {
	color: #9fa4bc;
}

.popup#mini-cart .mini-cart-total .total span {
	color: #2f2f35;
	font-weight: 400;
}

.popup#mini-cart .mini-cart-total .total span strong {
	font-weight: 400;
}

@media (max-width: 1199px) {
	.popup#mini-cart .mini-cart-total .total {
		width: 100%;
		margin-bottom: 1rem;
		text-align: center;
	}
}

@media (max-width: 820px) {
	.popup#mini-cart .mini-cart-total .total {
		font-size: .875rem;
	}
}

.popup#mini-cart .mini-cart-total .buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	.popup#mini-cart .mini-cart-total .buttons {
		justify-content: center;
		flex-basis: 100%;
	}
}

@media (max-width: 820px) {
	.popup#mini-cart .mini-cart-total .buttons .btn {
		width: 100%;
	}
}

.popup#mini-cart .mini-cart-total .buttons .btn+.btn {
	margin-left: 1rem;
}

@media (max-width: 820px) {
	.popup#mini-cart .mini-cart-total .buttons .btn+.btn {
		margin: .5rem 0 0;
	}
}

.popup#diff,.popup#diff-365,.popup#diff-adobe,.popup#diff-tip-podpiski,.popup#diff-tip-klyucha {
	max-width: 570px;
}

.popup#diff .h3,.popup#diff-365 .h3,.popup#diff-adobe .h3,.popup#diff-tip-podpiski .h3,.popup#diff-tip-klyucha .h3 {
	font-size: 1.75rem;
}

.popup#diff #tabs,.popup#diff-365 #tabs,.popup#diff-adobe #tabs,.popup#diff-tip-podpiski #tabs,.popup#diff-tip-klyucha #tabs {
	display: flex;
	width: 100%;
	border-radius: .625rem;
	background-color: #fff;
	padding: .5rem;
	margin-bottom: 1.75rem;
	border: 1px solid #E6E8EC;
	overflow: visible;
}

@media (max-width: 820px) {
	.popup#diff #tabs,.popup#diff-365 #tabs,.popup#diff-adobe #tabs,.popup#diff-tip-podpiski #tabs,.popup#diff-tip-klyucha #tabs {
		width: 100%;
		padding: 2px;
	}
}

.popup#diff #tabs li,.popup#diff-365 #tabs li,.popup#diff-adobe #tabs li,.popup#diff-tip-podpiski #tabs li,.popup#diff-tip-klyucha #tabs li {
	cursor: pointer;
	min-width: 5.688rem;
	line-height: 2.75rem;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #9fa4bc;
	font-weight: 500;
	padding: 0 1.75rem;
	font-size: 1.125rem;
	width: 50%;
}

@media (max-width: 820px) {
	.popup#diff #tabs li,.popup#diff-365 #tabs li,.popup#diff-adobe #tabs li,.popup#diff-tip-podpiski #tabs li,.popup#diff-tip-klyucha #tabs li {
		min-width: auto;
		flex: auto;
		padding: 0 .5rem;
		line-height: 2.125rem;
		font-size: .875rem;
		font-weight: 500;
		border: .063rem solid transparent;
	}
}

.popup#diff #tabs li.active,.popup#diff-365 #tabs li.active,.popup#diff-adobe #tabs li.active,.popup#diff-tip-podpiski #tabs li.active,.popup#diff-tip-klyucha #tabs li.active {
	background-color: #fff;
	color: #2f2f35;
	pointer-events: none;
	border-radius: .438rem;
	border: 1px solid #2F2F35;
}

.popup#diff .tab,.popup#diff-365 .tab,.popup#diff-adobe .tab,.popup#diff-tip-podpiski .tab,.popup#diff-tip-klyucha .tab {
	display: none;
}

.popup#diff .tab .h4,.popup#diff-365 .tab .h4,.popup#diff-adobe .tab .h4,.popup#diff-tip-podpiski .tab .h4,.popup#diff-tip-klyucha .tab .h4 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 8px;
}

.popup#diff .tab.visible,.popup#diff-365 .tab.visible,.popup#diff-adobe .tab.visible,.popup#diff-tip-podpiski .tab.visible,.popup#diff-tip-klyucha .tab.visible {
	display: block;
}

.popup#diff .tab .link,.popup#diff-365 .tab .link,.popup#diff-adobe .tab .link,.popup#diff-tip-podpiski .tab .link,.popup#diff-tip-klyucha .tab .link {
	padding: .75rem 1.5rem;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: normal;
	color: #2f2f35;
	text-decoration: none;
	background: #f6f6f6;
	border: 1px solid #E6E8EC;
	border-radius: 12px;
	display: block;
	float: left;
}

.popup#diff .tab a,.popup#diff-365 .tab a,.popup#diff-adobe .tab a,.popup#diff-tip-podpiski .tab a,.popup#diff-tip-klyucha .tab a {
	color: #0067b8;
}

.popup#diff .tab ul li,.popup#diff-365 .tab ul li,.popup#diff-adobe .tab ul li,.popup#diff-tip-podpiski .tab ul li,.popup#diff-tip-klyucha .tab ul li {
	list-style: decimal;
}

.popup#reg,.popup#login,.popup#lost-pass,.popup#lost-pass-success {
	max-width: 500px;
}

.popup#msg {
	text-align: center;
	background: none;
	color: #fff;
}

.popup#msg p {
	font-size: 1.125rem;
	margin-bottom: 1.5rem;
}

.popup#one-click-popup {
	max-width: 26.875rem;
}

.popup#one-click-popup .card-price {
	font-size: 1.5rem;
	font-weight: 600;
	display: flex;
	gap: 1rem;
	align-items: center;
}

.popup#one-click-popup .card-price .old-price {
	color: #9fa4bc;
	font-size: 1.75rem;
	text-decoration: line-through;
	font-weight: 400;
}

.popup#one-click-popup .card-price .discount {
	padding: .25rem 1rem;
	color: #fff;
	border-radius: 100px;
	background: #fa3b3b;
	font-size: 1rem;
	font-weight: 600;
}

.popup#one-click-popup .card {
	display: flex;
	gap: 1.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.popup#one-click-popup .card figure {
	width: 6.313rem;
	flex-shrink: 0;
}

@media (max-width: 820px) {
	.popup#one-click-popup .card figure {
		width: 4rem;
	}
}

.popup#one-click-popup .card figure img {
	border-radius: .5rem;
}

.popup#one-click-popup .card-detail {
	flex: auto;
}

.popup#one-click-popup .card-detail .d-flex {
	align-items: center;
}

.popup#one-click-popup .card-detail .card-quantity {
	color: #9fa4bc;
	font-size: .875rem;
}

.popup#one-click-popup .card-detail .total {
	display: flex;
	align-items: center;
	color: #23262f;
	font-size: 1.375rem;
	font-weight: 700;
	gap: .5rem;
	white-space: nowrap;
}

.popup#one-click-popup .card-detail .total dt {
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.popup#one-click-popup .card-detail .total #total-discount {
	color: #fa3b3b;
	font-size: 1.125rem;
	margin-right: .5rem;
}

.popup#one-click-popup .card .one-click-count {
	width: auto;
	width: 140px;
}

.popup#one-click-popup .card .one-click-count .count {
	width: 7.813rem;
	position: relative;
}

.popup#one-click-popup .card .one-click-count .count input {
	width: 100%;
	height: 2.5rem;
	border-radius: 1.25rem;
	background-color: #fff;
	text-align: center;
	color: #2f2f35;
	font-size: 1rem;
	border: none;
}

.popup#one-click-popup .card .one-click-count .count button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	width: 2.5rem;
	height: 2.5rem;
	background: #f6f6f6;
	border-radius: .75rem;
}

.popup#one-click-popup .card .one-click-count .count button svg {
	fill: #2f2f35;
}

.popup#one-click-popup .card .one-click-count .count button svg.js-minus,.popup#one-click-popup .card .one-click-count .count button svg.js-trash {
	display: none;
}

.popup#one-click-popup .card .one-click-count .count button.btn-minus {
	left: 0;
}

.popup#one-click-popup .card .one-click-count .count button.btn-plus {
	right: 0;
}

.popup#one-click-popup .card .one-click-count-info {
	color: #9fa4bc;
	text-align: center;
	margin-top: .5rem;
	font-size: .875rem;
}

.popup#one-click-popup .card-delivery {
	justify-content: center;
	display: flex;
	align-items: center;
	gap: .5rem;
	color: #777e90;
	font-size: .938rem;
	margin-bottom: 0!important;
}

.popup#one-click-popup .form-field input {
	border: .125rem solid #e6e8ec;
	background: #fff;
}

.popup#one-click-popup .btn-show-promocode {
	color: #777e90;
	text-decoration: underline;
	font-weight: 500;
}

.popup#one-click-popup #promo-code-form {
	display: none;
	flex-direction: column;
	gap: .5rem;
}

.popup#one-click-popup #promo-code-form .form-field {
	flex-basis: 100%;
}

.popup#clear-cart,.popup#delete-comment {
	max-width: 26.875rem;
}

.popup#clear-cart .btn,.popup#delete-comment .btn {
	font-size: 1rem;
	height: 2.75rem;
	padding: 0 1.5rem;
	border-radius: .75rem;
}

.popup#vacancy,.popup#cross-sells {
	max-width: 770px;
}

.popup#vacancy .grid,.popup#cross-sells .grid {
	gap: 1.5rem 1.25rem;
}

.popup#vacancy .grid .d-flex,.popup#cross-sells .grid .d-flex {
	justify-content: space-between;
}

@media (max-width: 820px) {
	.popup#vacancy .grid .d-flex,.popup#cross-sells .grid .d-flex {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}
}

.popup#vacancy .grid .d-flex .btn,.popup#cross-sells .grid .d-flex .btn {
	gap: .5rem;
}

.popup#vacancy .grid .d-flex .btn .icon-arr,.popup#cross-sells .grid .d-flex .btn .icon-arr {
	margin: 0;
	transform: rotate(180deg);
}

.popup#vacancy .success-msg .h1,.popup#cross-sells .success-msg .h1 {
	line-height: 1.2;
}

.popup#cross-sells .btn {
	padding: .6rem 1rem;
	height: auto;
}

.popup#cross-sells .btn svg {
	width: .875rem;
	height: .875rem;
}

.popup#versions {
	max-width: 760px;
}

.popup#versions .btn-dark {
	height: auto;
	padding: .5rem .875rem;
}

.popup#versions .btn-dark:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.popup.open {
	opacity: 1;
	visibility: visible;
}

.popup .popup-buttons {
	display: flex;
	border-radius: .75rem;
	background-color: #f5f5f5;
	padding: 1px;
	overflow: hidden;
	position: relative;
}

.popup .popup-buttons .active-el {
	background-color: #fff;
	box-shadow: 0 2.5rem 2rem #0210390a,0 .5rem 1.5rem #0210390f;
	height: 3.063rem;
	border-radius: .75rem;
	width: calc(50% - 2px);
	transition: .3s all;
	position: absolute;
	top: 1px;
	left: 1px;
}

.popup .popup-buttons button {
	height: 3.063rem;
	border-radius: .75rem;
	flex-basis: 50%;
	color: #777e90;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

.popup .popup-buttons button.active {
	color: #23262f;
	pointer-events: none;
}

.popup .popup-buttons button.active:first-child~.active-el {
	left: 1px;
}

.popup .popup-buttons button.active:nth-child(2)~.active-el {
	left: calc(50% + 1px);
}

.popup [data-popup-close]:not(.btn) {
	position: absolute;
	inset: 1.5rem 1.5rem auto auto;
}

@media (max-width: 820px) {
	.popup [data-popup-close]:not(.btn) {
		inset: 1rem 1rem auto auto;
	}
}

.popup .popup-close {
	width: 2.125rem;
	height: 2.125rem;
	border-radius: .625rem;
}

.popup .popup-close:hover {
	background-color: #e6e8ec;
}

#firework {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: transparent;
	z-index: 102;
}

#overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #00000080;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}

#overlay.open {
	opacity: 1;
	visibility: visible;
	z-index: 101;
}

#overlay.open-2 {
	opacity: 1;
	visibility: visible;
}

#social-login {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#social-login p {
	flex-basis: 100%;
	text-align: center;
	color: #777e90;
	font-size: .875rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

#social-login p:before,#social-login p:after {
	content: "";
	height: .063rem;
	background-color: #e6e8ec;
	flex: auto;
}

#social-login .wrap {
	display: flex;
	justify-content: center;
	grid-gap: .875rem;
	flex-basis: 100%;
}

#social-login .wrap a,#social-login .wrap button {
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	background: #f6f6f6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	cursor: pointer;
}

#user-menu {
	max-width: 200px;
}

@media (max-width: 1199px) {
	#user-menu {
		max-width: 100%;
	}
}

#user-menu li a {
	position: relative;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: .75rem 1.125rem;
	gap: .75rem;
	color: #9fa4bc;
}

@media (max-width: 1199px) {
	#user-menu li a {
		padding: .5rem 1rem;
		font-size: .875rem;
		font-weight: 500;
	}
}

#user-menu li a svg {
	fill: #969696;
	width: 1.5rem;
	height: 1.5rem;
}

@media (max-width: 1199px) {
	#user-menu li a svg {
		display: none;
	}
}

#user-menu li:hover a,#user-menu li.is-active a {
	border-radius: 100px;
	background-color: #f5f5f5;
	color: #000;
}

@media (max-width: 1199px) {
	#user-menu li.is-active a {
		border-radius: .438rem;
		border: .063rem solid rgba(0,0,0,.04);
		background-color: #fff;
	}
}

#user-menu li+li {
	margin-top: .75rem;
}

@media (max-width: 1199px) {
	#user-menu li+li {
		margin-top: 0;
	}
}

#orders .order {
	border-radius: .75rem;
	border: .063rem solid #e6e8ec;
	overflow: hidden;
}

#orders .order-head {
	background-color: #f5f5f5;
	border-radius: .75rem .75rem 0 0;
	position: relative;
}

#orders .order-head .h3 {
	margin-bottom: 0;
}

#orders .order-head .order-status {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#orders .order-head .order-status .status {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	margin-right: .5rem;
}

#orders .order-head .order-status .status.green {
	background: #24aa32;
}

#orders .order-head .order-status .status.red {
	background: #fa3b3b;
}

#orders .order-head .order-status .status.orange {
	background: #fc8619;
}

#orders .order-head .order-status span {
	font-weight: 600;
	font-size: 1.25rem;
}

#orders .order-head .order-status .remove-date {
	font-weight: 400;
	font-size: .875rem;
	flex-basis: 100%;
}

#orders .order-body {
	position: relative;
	min-height: 150px;
}

#orders .order-body .col-5 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	grid-column: 9/13;
}

@media (max-width: 1199px) {
	#orders .order-body .col-5 {
		grid-column: 1/13;
		position: static;
	}
}

#orders .order .notice {
	background: #e6e8ec;
	padding: .75rem 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	#orders .order .notice {
		flex-wrap: wrap;
		padding: 1rem;
		gap: .5rem;
	}
}

#orders .order .notice span:first-child {
	font-weight: 500;
	font-size: 1.125rem;
}

#orders .order .notice .btn {
	padding: 0 1rem;
	height: 2.5rem;
	font-size: 1rem;
}

#orders .order-items dl dt {
	font-weight: 400;
	font-size: 1.125rem;
	margin-bottom: .875rem;
}

#orders .order-items .order-item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

#orders .order-items .order-item figure {
	width: 4.5rem;
	flex-shrink: 0;
}

#orders .order-items .order-item-details {
	width: calc(100% - 4.5rem);
	padding-left: 1rem;
}

#orders .order-items .order-item-details .order-item-name {
	max-width: 450px;
}

#orders .order-items .order-item-details .order-item-name a {
	color: #2f2f35;
}

#orders .order-items .order-item-details .order-item-count {
	font-size: 1.125rem;
	color: #9fa4bc;
	font-weight: 500;
}

#orders .order-items .order-item-details .order-item-count b {
	color: #2f2f35;
	font-weight: 500;
}

#orders .order-items .order-item-details .order-item-count .sale-price {
	text-decoration: line-through;
}

#orders .order-items .order-item-details .order-item-links {
	display: flex;
	align-items: center;
	margin-top: .25rem;
}

#orders .order-items .order-item-details .order-item-links .link {
	padding: 2px 12px;
	background: #f6f6f6;
	border: 1px solid #E6E8EC;
	border-radius: 8px;
	font-size: .875rem;
	color: #2f2f35;
	text-decoration: none;
	font-weight: 500;
}

#orders .order-items .order-item-details .order-item-links .link+.link {
	margin-left: 1rem;
}

#orders .order-items .order-item-codes {
	width: 100%;
	max-width: 27.5rem;
	margin-top: 1.25rem;
	background-color: #fff;
}

@media (max-width: 1199px) {
	#orders .order-items .order-item-codes {
		flex-basis: 100%;
		max-width: initial;
	}
}

#orders .order-items .order-item-codes .order-item-code-title {
	margin-bottom: .5rem;
}

#orders .order-items .order-item-codes .order-item-code {
	position: relative;
	font-size: .875rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	border-radius: .75rem;
	border: .063rem solid #e6e8ec;
	transition: .3s all;
}

@media (max-width: 820px) {
	#orders .order-items .order-item-codes .order-item-code {
		font-size: .75rem;
	}
}

#orders .order-items .order-item-codes .order-item-code .btn-copy {
	margin-left: auto;
}

#orders .order-items .order-item-codes .order-item-code+.order-item-code {
	margin-top: .5rem;
}

#orders .order-items .order-item-codes .order-item-code dl {
	display: inline-flex;
	align-items: center;
	gap: .25rem;
	font-size: .875rem;
	margin-bottom: 0;
}

#orders .order-items .order-item-codes .order-item-code dl dt {
	margin-bottom: 0;
	font-size: .875rem;
}

#orders .order-items .order-item-codes .order-item-code:hover {
	z-index: 10;
}

#orders .order-items .order-item-codes .order-item-code+.order-item-code-title {
	margin-top: .75rem;
}

#orders .order-items .order-item .line {
	background: #e6e8ec;
	height: 1px;
	flex-basis: 100%;
}

#orders .order-items .order-item+.order-item {
	margin-top: 2rem;
	border-top: 1px solid #E6E8EC;
	padding-top: 2rem;
}

#orders .order-details dl dt {
	font-weight: 600;
	margin-bottom: .25rem;
}

@media (max-width: 820px) {
	#orders .order-details dl dt {
		font-size: .875rem;
	}
}

#orders .order-details dl dd {
	color: #777e90;
}

#orders .order-details dl dd b {
	color: #2f2f35;
}

#orders .order-details dl+dl {
	margin-top: .5rem;
}

#orders .order+.order {
	margin-top: 2rem;
}

#promo-codes .grid {
	grid-gap: 2rem 30px;
}

#promo-codes .grid .promo-code {
	border-radius: .75rem;
	border: .063rem solid #e6e8ec;
	background-color: #fff;
	position: relative;
	padding-top: 4rem;
	align-self: start;
	min-height: 269px;
	display: flex;
	flex-direction: column;
}

#promo-codes .grid .promo-code p {
	font-size: 1rem;
}

#promo-codes .grid .promo-code .sticker {
	position: absolute;
	top: -1px;
	left: -1px;
	line-height: 2.813rem;
	border-radius: .75rem 0 0 .75rem;
	background-color: #fed40f;
	padding: 0 .75rem 0 1.5rem;
	font-size: .875rem;
	font-weight: 700;
}

#promo-codes .grid .promo-code .sticker:after {
	content: "";
	background: url(../img/bg-promo-code.svg) no-repeat;
	width: 1.313rem;
	height: 2.813rem;
	position: absolute;
	top: 0;
	right: -1.313rem;
}

#promo-codes .grid .promo-code .btn-promo-code-rules {
	color: #0067b8;
	font-size: .875rem;
	display: table;
	margin: 0 auto;
}

#promo-codes .grid .promo-code .promo-code-desc {
	overflow: hidden;
	max-height: 0;
	transition: .5s all;
}

#promo-codes .grid .promo-code .promo-code-desc li {
	font-size: .875rem;
}

#promo-codes .grid .promo-code .promo-code-desc li+li {
	margin-top: .875rem;
}

#promo-codes .grid .promo-code .promo-code-desc.show {
	max-height: 1000px;
	margin-top: 1rem;
}

#promo-codes .grid .promo-code .code {
	margin-top: auto;
}

#promo-codes .grid .promo-telegram {
	padding: 18px;
}

#promo-codes .grid .promo-telegram .telegram-image {
	width: 44px;
	height: 44px;
	margin-bottom: 10px;
}

#promo-codes .grid .promo-telegram .telegram-image img {
	width: 100%;
}

#promo-codes .grid .promo-telegram .telegram-h2 {
	color: #2f2f35;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 8px;
}

#promo-codes .grid .promo-telegram .telegram-text {
	color: #969696;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 21.5px;
}

#promo-codes .grid .promo-telegram .telegram-link {
	display: flex;
	width: 100%;
	border-radius: 12px;
	background: linear-gradient(180deg,#2aabee,#229ed9);
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 14px 0;
	font-size: 16px;
	font-weight: 500;
	transition: .3s;
}

#promo-codes .grid .promo-telegram .telegram-link:hover {
	text-decoration: none;
	background: linear-gradient(180deg,#229ed9,#2aabee);
}

#my-account p {
	font-size: .875rem;
}

#my-account .my-account-avatar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
}

@media (max-width: 820px) {
	#my-account .my-account-avatar {
		justify-content: center;
		gap: 1rem;
	}
}

#my-account .my-account-avatar .h3 {
	flex-basis: 100%;
}

@media (max-width: 820px) {
	#my-account .my-account-avatar figure {
		flex-basis: 100%;
		text-align: center;
		margin: 0 0 1rem;
	}
}

#my-account .my-account-avatar figure img {
	width: 5.25rem;
	height: 5.25rem;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

#my-account .my-account-avatar figure.hide {
	display: none;
}

#my-account .my-account-avatar figure.hide+.no-avatar {
	display: block;
}

#my-account .my-account-avatar .no-avatar {
	width: 5.25rem;
	line-height: 5.25rem;
	height: 5.25rem;
	font-size: 1.5rem;
	display: none;
}

#my-account .my-account-avatar .btn-del-avatar {
	color: #fa3b3b;
	visibility: hidden;
	opacity: 0;
	transition: .3s all;
}

#my-account .my-account-avatar .btn-del-avatar.show {
	visibility: visible;
	opacity: 1;
}

#my-account .my-account-avatar .btn-avatar,#my-account .my-account-avatar .btn-del-avatar {
	border: none;
	font-size: 1rem;
	font-weight: 600;
	padding: 14px 24px;
}

#my-account .my-account-avatar input[type=file] {
	position: absolute;
	top: 0;
	left: -9999px;
}

#my-account .form-field input:not(disabled) {
	color: #2f2f35;
}

#my-account .my-account-social-links {
	display: flex;
	flex-direction: column;
	gap: .875rem;
	max-width: 570px;
}

#my-account .my-account-social-links .social-link {
	border-radius: .75rem;
	border: 1px solid #E6E8EC;
	padding: .875rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#my-account .my-account-social-links .social-link .provider {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: .25rem;
}

#my-account .my-account-social-links .social-link .btn {
	padding: .6rem 1rem;
	height: auto;
}

#my-account .my-account-social-links .social-link .btn.btn-red {
	background: #fa3b3b1a;
	color: #fa3b3b;
}

#my-account .my-account-social-links .social-link .btn.btn-gray {
	border: none;
}

#my-account .flash {
	margin-top: 1rem;
}

#thank-you figure {
	margin-bottom: 1.5rem;
}

#thank-you figure img {
	max-width: 17rem;
}

#thank-you p {
	color: #777e90;
	font-size: 1rem;
	max-width: 35rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5rem;
}

#thank-you p a {
	color: #0067b8;
	text-decoration: underline;
}

#thank-you p a:hover {
	text-decoration: none;
}

#thank-you .buttons {
	display: flex;
	justify-content: center;
	gap: .5rem;
}

#thank-you .buttons .btn {
	font-size: 1rem;
}

#thank-you .buttons .btn-white {
	box-shadow: 0 .688rem 1.25rem #1f20241a;
	background-color: #fff;
}

.banner-cat {
	border-radius: .75rem;
	border: 1px solid #ebeaed;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 2.25rem;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	.banner-cat {
		gap: 1rem;
	}
}

@media (max-width: 820px) {
	.banner-cat {
		justify-content: center;
		padding: 1.25rem;
	}
}

.banner-cat .banner-title {
	font-size: 2.188rem;
	font-weight: 600;
	line-height: 2.625rem;
}

@media (max-width: 820px) {
	.banner-cat .banner-title {
		text-align: center;
		font-size: 1.5rem;
	}

	.banner-cat .banner-title br {
		display: none;
	}
}

.banner-cat .banner-code {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.banner-cat .banner-code .code {
	line-height: 3rem;
	border-radius: 3.438rem;
	border: .063rem solid #000000;
	padding: 0 1.25rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.banner-cat .banner-code span {
	font-size: .875rem;
	line-height: 1rem;
}

.banner-cat-eu {
	border-radius: 20px;
	background: #212121 url(../img/planet.png) no-repeat right 20px bottom;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 30px;
}

.banner-cat-eu .banner-cat-eu-title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 26.63px;
	margin: 8px 0;
}

.banner-cat-eu .banner-cat-eu-description {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	margin-bottom: 0;
	color: #989898;
}

.banner-cat-eu .banner-cat-eu-top-images img:first-child {
	margin-right: 16px;
}

#e-404 {
	font-size: 1.125rem;
}

#e-404 .h1 {
	font-size: 60px;
}

#e-404 p {
	margin-bottom: 1.5rem;
}

#e-404 ul {
	display: flex;
	flex-wrap: wrap;
	gap: .875rem 0;
	width: 440px;
}

@media (max-width: 820px) {
	#e-404 ul {
		width: 100%;
	}
}

#e-404 ul li {
	width: 220px;
}

@media (max-width: 820px) {
	#e-404 ul li {
		width: 100%;
	}
}

.mobile-menu {
	position: fixed;
	top: 5rem;
	width: 100%;
	left: -100%;
	overflow: auto;
	z-index: 102;
	background: #fff;
	transition: .3s all;
	display: flex;
	flex-direction: column;
	bottom: 0;
}

.mobile-menu .user {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mobile-menu .user figure {
	width: 2.75rem;
	flex-shrink: 0;
	font-size: 0;
}

.mobile-menu .user figure img {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
}

.mobile-menu .user>div:not(.no-avatar) {
	flex: auto;
}

.mobile-menu .user>div:not(.no-avatar) .name {
	color: #23262f;
	font-weight: 700;
	font-size: 1.25rem;
}

.mobile-menu .user>div:not(.no-avatar) a {
	color: #0067b8;
	font-size: .875rem;
	font-weight: 500;
}

.mobile-menu .d-flex {
	flex: auto;
	flex-direction: column;
}

.mobile-menu .catalog-ul>li>a {
	font-size: 1.125rem;
	gap: .875rem;
}

.mobile-menu .catalog-ul>li>a .profit {
	margin-left: 0;
}

.mobile-menu .catalog-ul>li>a .icon-arr {
	order: 1;
	width: auto;
	height: auto;
}

.mobile-menu .catalog-ul>li>a .icon-arr:before {
	top: -6px;
	border: solid #9fa4bc;
	border-width: 2px 2px 0 0;
}

.mobile-menu .catalog-ul>li.open>a .icon-arr:before {
	top: -3px;
	transform: rotate(-45deg);
}

.mobile-menu .menu {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mobile-menu .menu li a {
	color: #23262f;
	font-size: 1.125rem;
}

.mobile-menu .h6 {
	font-size: .875rem;
	font-weight: 500;
}

.mobile-menu a[href^=tel] {
	font-size: 1.25rem;
	font-weight: 700;
}

.mobile-menu a[href^=tel].link-call {
	font-size: 1rem;
	font-weight: 500;
	color: #0067b8;
}

.mobile-menu a[href^=tel]:hover {
	color: #0067b8;
	text-decoration: none;
}

.mobile-menu .socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem 1.25rem;
}

.mobile-menu .socials .h6 {
	flex-basis: 100%;
	font-size: .875rem;
}

.mobile-menu .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: .625rem;
	border: 1px solid #f5f5f5;
}

.mobile-menu small {
	font-size: .875rem;
}

.mobile-menu.show {
	left: 0;
}

.mobile-menu#mobile-catalog {
	width: 288px;
	top: 0;
}

.btn-menu-close {
	position: fixed;
	top: 2rem;
	right: -100%;
	transition: .3s all;
	z-index: 102;
}

.btn-menu-close .icon-del {
	width: 1.25rem;
	height: 1.25rem;
	fill: #fff;
}

.mobile-menu.show+.btn-menu-close {
	right: 2rem;
}

.admin-bar #mobile-menu {
	top: calc(5rem + 35px);
}

.admin-bar #mobile-catalog {
	top: 35px;
}

.admin-bar .mobile-menu.show+.btn-menu-close {
	top: calc(2rem + 35px);
}

#about {
	background: url(../img/bg-about.svg) no-repeat 36px top;
}

@media (max-width: 1199px) {
	#about {
		background: none;
	}
}

#about .about-top {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: 1.5rem;
}

#about .about-top .circle {
	width: 2.125rem;
	height: 2.125rem;
	background-color: #ffcf4a;
	border-radius: 50%;
}

#about .about-top span {
	font-size: 1.25rem;
	font-weight: 700;
}

#about h1 {
	font-size: 3.75rem;
	line-height: 1.2;
	margin-bottom: 2rem;
}

@media (max-width: 1199px) {
	#about h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 820px) {
	#about h1 {
		font-size: 1.5rem!important;
	}
}

#about h1 img {
	vertical-align: top;
}

@media (max-width: 820px) {
	#about h1 img {
		width: 40px;
	}
}

#about h1 span {
	line-height: 4.563rem;
	border-radius: 3.125rem;
	background-color: #ffcf4a;
	padding: 0 2rem;
	display: inline-block;
}

@media (max-width: 820px) {
	#about h1 span {
		background: none;
		padding: 0;
		line-height: normal;
	}
}

#about .link-catalog {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

#about .link-catalog span {
	font-size: 1.75rem;
	font-weight: 500;
}

#about .link-catalog .icon-arr {
	transform: rotate(180deg);
	width: 1.5rem;
	height: 1.375rem;
}

#about .about-text {
	margin-top: 696px;
	margin-left: 398px;
	font-size: 2.125rem;
	font-weight: 500;
	line-height: 2.763rem;
}

@media (max-width: 1199px) {
	#about .about-text {
		margin-top: 2rem;
		margin-left: 0;
		font-size: 1rem;
		line-height: 1.2;
	}
}

#about .about-text p {
	margin-bottom: 1.5rem;
}

#about .about-text p:last-child {
	margin: 0;
}

#about-info figure {
	border-radius: .938rem;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0;
}

#about-info dl {
	padding: 2rem;
	border-radius: 1.25rem;
}

@media (max-width: 820px) {
	#about-info dl {
		padding: 1rem;
		border-radius: .75rem;
	}
}

#about-info dl dt {
	font-size: 1.75rem;
	color: #777e90;
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 820px) {
	#about-info dl dt {
		font-size: 1.25rem;
	}
}

#about-info dl dd {
	margin-top: .75rem;
	display: none;
}

#about-info dl.open {
	background-color: #f5f5f5;
}

#about-info dl.open dt {
	color: #2f2f35;
	cursor: default;
}

#about-info dl.open dd {
	display: block;
}

#bank-details .row {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	justify-content: center;
}

#bank-details .box {
	max-width: 23rem;
	box-shadow: 0 3rem 3rem #02103914,0 1rem 2.75rem #0210390f;
	border-radius: .938rem;
	border: .063rem solid #e6e8ec;
	background-color: #fff;
	margin: 0 auto;
	padding: 1.5rem 1.75rem;
	color: #9fa4bc;
	font-size: .875rem;
	font-weight: 500;
}

#bank-details .box .box-title {
	font-weight: 600;
	font-size: 1rem;
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	border-bottom: 1px solid #E6E8EC;
	color: #2f2f35;
}

#bank-details .box p {
	margin-bottom: .75rem;
}

#bank-details .box p span {
	color: #2f2f35;
}

#bank-details .box p:last-child {
	margin: 0;
}

#contacts dl+dl {
	margin-top: 1.5rem;
}

#contacts dl dt {
	margin-bottom: .5rem;
}

#contacts dl dd {
	margin-top: .5rem;
}

#contacts dl dd a {
	color: #0067b8;
	font-weight: 500;
	margin-left: .25rem;
}

#mobile-buttons {
	background: #fff;
	padding: 0 5vw;
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: 0;
	right: 0;
	height: 5.625rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#mobile-buttons a,#mobile-buttons button {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#mobile-buttons a svg,#mobile-buttons button svg {
	width: 1.75rem;
	height: 1.75rem;
	fill: #9fa4bc;
	vertical-align: middle;
}

#mobile-buttons a span,#mobile-buttons button span {
	color: #23262f;
	font-size: .875rem;
	font-weight: 500;
	margin-top: .25rem;
}

#scroll-buy {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 8px 24px #0210390f,0 40px 32px -16px #0210390a;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}

@media (max-width: 1199px) {
	#scroll-buy {
		opacity: 1;
		visibility: visible;
		top: auto;
		bottom: 0;
		box-shadow: 0 -5px 12px #1e24420f;
		display: none;
	}
}

#scroll-buy .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#scroll-buy .container .product {
	display: flex;
	align-items: center;
	gap: .875rem;
}

@media (max-width: 1199px) {
	#scroll-buy .container .product {
		display: none;
	}
}

#scroll-buy .container .product figure {
	width: 2.75rem;
}

#scroll-buy .container .product figure img {
	width: 44px;
	height: 58px;
	-o-object-fit: contain;
	object-fit: contain;
}

#scroll-buy .container .product .rating {
	margin-bottom: 0;
}

#scroll-buy .container .product .rating a {
	text-decoration: none;
}

#scroll-buy .container .wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

@media (max-width: 1199px) {
	#scroll-buy .container .wrap {
		justify-content: space-between;
		flex-basis: 100%;
	}
}

#scroll-buy .container .wrap .card-price {
	font-size: 1.5rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: .5rem;
}

#scroll-buy .container .wrap .card-price .old-price {
	color: #9fa4bc;
	font-size: 1.75rem;
	text-decoration: line-through;
	font-weight: 400;
}

#scroll-buy .container .wrap .card-price .discount {
	padding: .25rem 1rem;
	color: #fff;
	border-radius: 100px;
	background: #fa3b3b;
	font-size: 1rem;
	font-weight: 600;
}

#scroll-buy .container .wrap .card-price .old-price {
	font-size: 1rem;
}

#scroll-buy .container .wrap .card-price .discount {
	font-size: 1rem;
	padding: .25rem .375rem;
}

#scroll-buy .container .wrap .card-buttons {
	margin-bottom: 0;
}

#scroll-buy .container .wrap .card-buttons .in-cart a {
	padding: 0 1.5rem;
}

#scroll-buy .container .wrap .card-buttons.hide {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
}

#scroll-buy .container .wrap .pay-methods {
	display: none;
}

#scroll-buy .container .wrap .order-form {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	max-height: 0;
	overflow: hidden;
	position: absolute;
}

@media (max-width: 820px) {
	#scroll-buy .container .wrap .order-form {
		justify-content: center;
	}
}

#scroll-buy .container .wrap .order-form .form-field {
	width: 15.5rem;
}

@media (max-width: 820px) {
	#scroll-buy .container .wrap .order-form .form-field {
		width: 100%;
	}
}

#scroll-buy .container .wrap .order-form .form-field input {
	background: #fff;
}

#scroll-buy .container .wrap .order-form .btn-order-form-close svg {
	fill: #fa3b3b;
	width: 1rem;
	height: 1rem;
}

#scroll-buy .container .wrap .order-form.open {
	position: static;
	max-height: initial;
}

#scroll-buy .container .wrap .order-form {
	margin-bottom: 0;
}

#scroll-buy.show {
	opacity: 1;
	visibility: visible;
}

#getcid {
	background: url(../img/bg-getcid.png) no-repeat center 200px;
}

#getcid .avatar-default {
	width: 80px;
	height: 80px;
}

#getcid .products-glide .glide__arrows {
	display: none;
}

#getcid h1,#getcid .h1 {
	font-weight: 600;
	line-height: 1.3;
	font-size: 3.5rem;
}

@media (max-width: 820px) {
	#getcid h1,#getcid .h1 {
		font-size: 2.5rem;
		font-weight: 600;
		margin-bottom: .5rem;
	}
}

#getcid h1 img,#getcid .h1 img {
	vertical-align: middle;
	margin: 0 10px;
}

@media (max-width: 820px) {
	#getcid h1 img,#getcid .h1 img {
		width: 2.5rem;
		height: 2.5rem;
		margin: 0 5px;
	}
}

#getcid h1 span,#getcid .h1 span {
	vertical-align: middle;
	display: inline-block;
	font-size: 3.5rem;
}

@media (max-width: 820px) {
	#getcid h1 span,#getcid .h1 span {
		font-size: 2.5rem;
		font-weight: 600;
		display: inline;
	}
}

#getcid ol.with-line {
	font-size: 1.125rem;
}

#getcid .flash {
	font-size: 1.125rem;
	font-weight: 500;
}

#getcid .form-field {
	position: relative;
}

#getcid .form-field input[type=text] {
	border-radius: .75rem;
	padding-right: 3rem;
}

@media (max-width: 820px) {
	#getcid .form-field input[type=text] {
		padding-left: 1rem;
	}
}

#getcid .form-field input[type=text][disabled],#getcid .form-field input[type=text].readonly {
	border: .063rem solid #e6e8ec;
	background-color: #d8dadc;
}

#getcid .form-field input[type=text].readonly {
	cursor: not-allowed;
}

#getcid .form-field input[type=text].v-2 {
	color: #000;
}

#getcid .form-field .btn-img {
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.25rem;
}

#getcid .form-field textarea {
	line-height: 1.4;
}

#getcid .output-fields {
	display: flex;
}

@media (max-width: 820px) {
	#getcid .output-fields {
		flex-wrap: wrap;
		gap: 1rem;
	}

	#getcid .output-fields .form-field {
		flex-basis: 100%;
	}
}

#getcid .output-fields .form-field input {
	text-align: center;
	padding: 0 .5rem;
}

#getcid .output-fields .form-field .label {
	font-size: 1.5rem;
	font-weight: 600;
}

#getcid .output-fields .form-field:not(:first-child):not(:last-child) input {
	border-radius: 0;
}

#getcid .output-fields .form-field:first-child input {
	border-radius: .75rem 0 0 .75rem;
}

@media (max-width: 820px) {
	#getcid .output-fields .form-field:first-child input {
		border-radius: 0;
	}
}

#getcid .output-fields .form-field:last-child input {
	border-radius: 0 .75rem .75rem 0;
}

@media (max-width: 820px) {
	#getcid .output-fields .form-field:last-child input {
		border-radius: 0;
	}
}

@media (max-width: 1199px) {
	#sort .woocommerce-ordering {
		position: relative;
	}

	#sort .woocommerce-ordering .form-field {
		position: static;
	}

	#sort .woocommerce-ordering select {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		z-index: 10;
	}

	#sort .btn {
		width: 100%;
		font-size: 1rem;
		padding: 0;
	}
}

#advantages .advantage {
	display: block;
	padding: 0 3rem;
	text-decoration: none;
	overflow: hidden;
	border-radius: .938rem;
}

@media (max-width: 1199px) {
	#advantages .advantage {
		height: 21.563rem;
		padding: 1.25rem;
	}
}

#advantages .advantage .advantage-content {
	position: relative;
	z-index: 1;
}

#advantages .advantage.advantage-1 {
	height: 30rem;
	border-radius: .938rem;
	background-color: #f2f2f2;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1199px) {
	#advantages .advantage.advantage-1 {
		justify-content: flex-start;
		height: 21.563rem;
	}
}

#advantages .advantage.advantage-1 .advantage-content {
	max-width: 29.375rem;
}

@media (max-width: 1199px) {
	#advantages .advantage.advantage-1 .advantage-content p {
		display: none;
	}
}

#advantages .advantage.advantage-1 .advantage-content span {
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	font-weight: 700;
	gap: .75rem;
}

@media (max-width: 1199px) {
	#advantages .advantage.advantage-1 .advantage-content span {
		color: #0067b8;
	}

	#advantages .advantage.advantage-1 .advantage-content span svg {
		fill: #0067b8;
	}
}

#advantages .advantage.advantage-1 .advantage-content span .icon-arr-bold {
	width: 1.125rem;
	height: 1rem;
}

#advantages .advantage.advantage-1>img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1199px) {
	#advantages .advantage.advantage-1>img {
		width: 20rem;
		height: auto;
		top: auto;
	}
}

#advantages .advantage.advantage-2 {
	height: 30rem;
	background-color: #f7f7f7;
	position: relative;
	padding-top: 2.5rem;
}

@media (max-width: 1199px) {
	#advantages .advantage.advantage-2 {
		height: 21.563rem;
	}

	#advantages .advantage.advantage-2 .advantage-content figure {
		display: none;
	}
}

#advantages .advantage.advantage-2 .advantage-content .h1 {
	line-height: 1.2;
}

#advantages .advantage.advantage-2 .advantage-content p {
	font-size: 1.125rem;
}

@media (max-width: 1199px) {
	#advantages .advantage.advantage-2 .advantage-content p {
		display: none;
	}
}

#advantages .advantage.advantage-2 .advantage-content span {
	text-decoration: underline;
	color: #0067b8;
}

#advantages .advantage.advantage-2>img {
	position: absolute;
	bottom: 0;
	right: 0;
}

#advantages .advantage.advantage-3 {
	position: relative;
	padding: 0;
}

#advantages .advantage.advantage-3 .advantage-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2.5rem 0 0 3rem;
	color: #fff;
}

@media (max-width: 1199px) {
	#advantages .advantage.advantage-3 .advantage-content {
		padding: 1.25rem;
	}
}

#advantages .advantage.advantage-3 .advantage-content .h1 {
	font-size: 3rem;
	line-height: 1.2;
}

@media (max-width: 1199px) {
	#advantages .advantage.advantage-3 .advantage-content .h1 {
		font-size: 2.125rem;
	}
}

#advantages .advantage.advantage-3 .advantage-content .methods {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

#advantages .advantage.advantage-3>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: .938rem;
}

#advantages .advantage.advantage-4 {
	position: relative;
	padding: 0;
}

#advantages .advantage.advantage-4 .advantage-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2.5rem 3rem;
	color: #fff;
	text-align: center;
}

@media (max-width: 1199px) {
	#advantages .advantage.advantage-4 .advantage-content {
		padding: 1.25rem;
	}
}

#advantages .advantage.advantage-4 .advantage-content .icon {
	width: 5.188rem;
	height: 5.188rem;
	border-radius: 1.563rem;
	background-color: #223260;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#advantages .advantage.advantage-4 .advantage-content .icon svg {
	fill: #fff;
	width: 2.75rem;
	height: 2.75rem;
}

#advantages .advantage.advantage-4 .advantage-content .h1 {
	line-height: 1.2;
}

#advantages .advantage.advantage-4 .advantage-content button {
	color: #3b71fe;
	font-size: 1.125rem;
	display: inline-flex;
	align-items: center;
	gap: 1.25rem;
}

#advantages .advantage.advantage-4>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: .938rem;
}

#cta-slider .slides {
	height: 480px;
	width: 100%;
	border-radius: 3rem;
	overflow: hidden;
}

@media (max-width: 1036px) {
	#cta-slider .slides {
		height: 370px;
		border-radius: 1rem;
	}
}

@media (max-width: 820px) {
	#cta-slider .slides {
		height: 300px;
		border-radius: 1rem;
	}
}

@media (max-width: 767px) {
	#cta-slider .slides {
		height: 140px;
		border-radius: 1rem;
	}
}

#cta-slider .slide {
	height: 100%;
	width: 100%;
}

#cta-slider .slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#cta-slider .glide__bullets {
	position: relative;
	margin-top: 1.5rem;
}

#key-manager .form-field {
	position: relative;
}

#key-manager .form-field .label {
	font-weight: 600;
}

#key-manager .form-field input[type=text]:not(.tw-w-full) {
	border: .063rem solid #e6e8ec;
	max-width: 150px;
	color: #2f2f35;
}

#key-manager .form-field input[type=text]:not(.tw-w-full).changed {
	border-color: #24aa32;
	background: #24aa320f;
}

#key-manager .form-field textarea {
	height: 34.125rem;
}

#key-manager .form-field select,#key-manager .form-field textarea {
	background-color: #f5f5f5;
	color: #23262f;
	font-weight: 500;
	border: .063rem solid #e6e8ec;
}

#key-manager .form-field .icon-search {
	position: absolute;
	bottom: 17px;
	left: 1rem;
}

#key-manager .form-field .key-manager-search-results {
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
	width: 100%;
	border-radius: .75rem;
	background-color: #fff;
	z-index: 10;
	border: .063rem solid #ebeaed;
	padding: .75rem 0;
}

#key-manager .form-field .key-manager-search-results li {
	padding: .75rem 1.25rem;
	cursor: pointer;
}

#key-manager .form-field .key-manager-search-results li:hover {
	background: #f5f5f5;
}

#key-manager .stock {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

#key-manager .stock .stock-item {
	line-height: 1.813rem;
	border-radius: .5rem;
	background-color: #24aa3226;
	font-size: .875rem;
	font-weight: 500;
	padding: 0 .5rem;
	text-decoration: none;
	color: #24aa32;
}

#key-manager .stock .stock-item.orange {
	background-color: #f86a1a26;
	color: #2f2f35;
}

#key-manager .stock .stock-item.orange span {
	color: #f86a1a;
}

#key-manager .stock .stock-item.red {
	background-color: #fa3b3b26;
	color: #2f2f35;
}

#key-manager .stock .stock-item.red span {
	color: #fa3b3b;
}

#key-manager .btn[disabled] img {
	animation: spin 1s infinite linear;
}

#key-manager .btn-burger {
	cursor: grab;
}

#key-manager .btn-burger .icon-burger {
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#key-manager .btn-burger .icon-burger,#key-manager .btn-burger .icon-burger:before,#key-manager .btn-burger .icon-burger:after {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #2f2f35;
	transition-property: background-color,transform;
	transition-duration: .3s;
}

#key-manager .btn-burger .icon-burger:before,#key-manager .btn-burger .icon-burger:after {
	position: absolute;
	content: "";
}

#key-manager .btn-burger .icon-burger:before {
	top: -6px;
}

#key-manager .btn-burger .icon-burger:after {
	top: 6px;
}

.filter-buttons {
	display: flex;
	gap: .5rem;
}

.filter-buttons a,.filter-buttons button {
	padding: .75rem 1rem;
	font-weight: 500;
	color: #777e90;
	text-decoration: none;
	border-radius: .75rem;
}

.filter-buttons a:hover,.filter-buttons a.current,.filter-buttons button:hover,.filter-buttons button.current {
	background: #f6f6f6;
	color: #2f2f35;
}

.key-manager-categories ul li a {
	display: flex;
	align-items: center;
	border-radius: .75rem;
	padding: .75rem .875rem;
	text-decoration: none;
	gap: .5rem;
	border: 1px solid transparent;
}

.key-manager-categories ul li a img {
	max-width: 1.5rem;
	flex-shrink: 0;
	border-radius: 3px;
}

.key-manager-categories ul li a span {
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	font-size: .875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	background: #f6f6f6;
	flex-shrink: 0;
}

.key-manager-categories ul li:hover a,.key-manager-categories ul li.current a {
	background: #f6f6f6;
	border: 1px solid #E6E8EC;
}

.floating-btn {
	position: fixed;
	bottom: 9rem;
	right: 2rem;
}

#table {
	width: 100%;
}

#table thead tr {
	background-color: #f5f5f5;
}

#table thead tr th {
	padding: .75rem 1.25rem;
	font-weight: 500;
	vertical-align: middle;
}

#table thead tr th:first-child {
	width: 350px;
}

#table tbody tr td {
	padding: .75rem 1.25rem;
	border-bottom: .063rem solid #e6e8ec;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
}

#table tbody tr td.changed {
	background: #ff0;
}

#table tbody tr td .product {
	display: flex;
	align-items: center;
	gap: .75rem;
}

#table tbody tr td .product figure img {
	width: 38px;
	height: 50px;
	-o-object-fit: cover;
	object-fit: cover;
}

#table tbody tr td .no-avatar,#table tbody tr td .avatar {
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
	border-radius: 50%;
}

#table tbody tr td .key {
	display: flex;
	align-items: center;
	gap: .75rem;
}

#table tbody tr td .key .btn-copy span {
	top: 50%;
	left: calc(100% + 1rem);
	transform: translateY(-50%);
}

#table tbody tr td .btn-del-key {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	background: #f6f6f6;
	border-radius: 10px;
	width: 34px;
	height: 34px;
}

#table tbody tr td .btn-showing-toggle {
	color: #9fa4bc;
	font-size: .875rem;
}

#table tbody tr.selected {
	background-color: #f5f5f5;
}

#table.v-2 thead tr th {
	cursor: pointer;
}

#table.v-2 thead tr th .btn-del-all {
	background: #fa3b3b1a;
	border-radius: 8px;
	padding: 6px 12px;
	font-weight: 500;
	font-size: 14px;
	color: #fa3b3b;
}

#table.v-2 thead tr th:first-child {
	width: auto;
	border-radius: 12px 0 0 12px;
}

#table.v-2 thead tr th:last-child {
	border-radius: 0 12px 12px 0;
}

.table-prices {
	font-size: 14px;
	width: 100%;
}

.table-prices thead tr {
	background-color: #f5f5f5;
}

.table-prices thead tr th {
	text-align: center;
	padding: .5rem 0;
	cursor: pointer;
}

.table-prices tr td {
	padding: .5rem 0;
	border-bottom: .063rem solid #e6e8ec;
	vertical-align: middle;
}

#contacts-2 p {
	color: #777e90;
	font-size: 1.125rem;
}

#contacts-2 .row {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	#contacts-2 .row {
		flex-wrap: wrap;
		gap: 1.5rem;
	}

	#contacts-2 .row dl {
		flex-basis: 100%;
		text-align: center;
	}
}

#contacts-2 .row dl dt {
	font-size: 1.125rem;
	margin-bottom: .75rem;
}

#contacts-2 .row dl dd .h3 {
	display: block;
}

#contacts-2 .row dl dd small {
	color: #777e90;
	font-size: .813rem;
}

#contacts-2 .row dl dd .btn-gray {
	border: 1px solid #E6E8EC;
	font-size: 1rem;
}

#download-file {
	text-align: center;
}

#download-file h1 {
	font-size: 3.75rem;
}

@media (max-width: 1199px) {
	#download-file h1 {
		font-size: 1.5rem;
	}
}

#download-file p {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

@media (max-width: 1199px) {
	#download-file p {
		font-size: 1rem;
	}

	#download-file p br {
		display: none;
	}
}

#download-file p span {
	display: inline-block;
	padding: .125rem 1rem;
	border: 1.5px dashed #FA3B3B;
	border-radius: 111px;
}

#download-file .buttons {
	display: flex;
	flex-direction: column;
	max-width: 23.125rem;
	margin: 0 auto 2rem;
	gap: .5rem;
}

#download-file .buttons .btn-dark:hover {
	background: #24aa32;
}

#download-file .buttons .btn-dark:hover .icon-zip {
	stroke: #ffc554;
}

#download-file .product {
	width: 16.875rem;
	margin: 0 auto;
	text-align: left;
}

#download-file .no-product p {
	font-size: 1.125rem;
	color: #969696;
}

#download-file .no-product p a {
	color: #0067b8;
}

#download-file .no-product .d-flex {
	justify-content: center;
	gap: .5rem;
}

@media (max-width: 820px) {
	#download-file .no-product .d-flex {
		flex-direction: column;
	}
}

#download-file .no-product .d-flex .code {
	width: 180px;
}

@media (max-width: 1199px) {
	#download-file .no-product .d-flex .code {
		width: 100%;
	}
}

.page-description #tocmenu li a {
	color: #000;
}

.page-description .article-content {
	border-radius: .625rem;
	background-color: #f8f9fa;
}

.page-description .article-content-title {
	display: flex;
	align-items: center;
	transition: .3s all;
}

@media (max-width: 820px) {
	.page-description .article-content-title {
		justify-content: space-between;
	}
}

.page-description .article-content-title .h3 {
	margin-bottom: 0;
	margin-right: 1.5rem;
}

@media (max-width: 820px) {
	.page-description .article-content-title .h3 {
		margin-right: 0;
	}
}

.page-description .article-content-title button {
	color: #000;
}

.page-description .article-content ol {
	margin-bottom: 0;
	transition: .3s all;
	max-height: 1000px;
	padding: 0;
	list-style: none;
	counter-reset: list;
}

.page-description .article-content ol li a {
	text-decoration: none;
	font-size: 18px;
}

.page-description .article-content ol li:before {
	content: counter(list) ". ";
}

.page-description .article-content ol li+li {
	margin-top: .75rem;
}

.page-description .article-content ol li.kamatoc__top {
	counter-increment: list;
	counter-reset: list1;
}

.page-description .article-content ol li.kamatoc__sub_1 {
	counter-increment: list1;
	counter-reset: list2;
}

.page-description .article-content ol li.kamatoc__sub_1:before {
	content: counter(list) "." counter(list1) ". ";
}

.page-description .article-content.hide .article-content-title {
	margin-bottom: 0!important;
}

.page-description .article-content.hide ol {
	max-height: 0;
	overflow: hidden;
}

.page-description .article-content .blue-link {
	color: #3b71fe;
}

.page-description h1,.page-description h2,.page-description h3,.page-description h4 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.page-description h2,.page-description h3,.page-description h4 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.page-description a {
	color: #0067b8;
}

.page-description p,.page-description ul,.page-description ol {
	font-size: 18px;
	margin-bottom: 1.5rem;
	line-height: 1.4;
}

.page-description p:last-child,.page-description ul:last-child,.page-description ol:last-child {
	margin-bottom: 0;
}

.page-description ul,.page-description ol {
	margin-left: .75rem;
}

.page-description ul li+li,.page-description ol li+li {
	margin-top: .75rem;
}

.page-description .tw-overflow-hidden {
	position: relative;
	max-height: 70px;
}

.page-description .tw-overflow-hidden:not(.showed):before {
	background: linear-gradient(180deg,transparent,#fff);
	bottom: 0;
	content: "";
	height: 1.5rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

#add-product-review {
	max-width: 770px;
}

#add-product-review .product-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

@media (max-width: 820px) {
	#add-product-review .product-info {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		gap: 1rem;
	}
}

#add-product-review .product-info .h2 {
	max-width: 550px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 820px) {
	#add-product-review .product-info .h2 {
		white-space: normal;
	}
}

#add-product-review .product-info figure {
	width: 70px;
}

#add-product-review .product-info figure img {
	border-radius: .25rem;
}

#add-product-review .grid {
	justify-content: end;
}

#add-product-review .grid .label {
	font-weight: 500;
	font-size: 1.25rem;
}

#add-product-review .grid .label span {
	display: block;
	color: #9fa4bc;
	font-size: 1rem;
}

#add-product-review .grid .label.v-2 {
	line-height: 2.25rem;
}

#add-product-review .grid .rating-wrap {
	display: flex;
	align-items: center;
	gap: .875rem;
}

#add-product-review .grid .rating-wrap .icon-star {
	width: 2.25rem;
	height: 2.25rem;
}

#add-product-review .grid .rating-wrap span {
	font-size: .875rem;
	font-weight: 500;
}

#add-product-review .grid .textarea-wrap {
	position: relative;
}

#add-product-review .grid .textarea-wrap textarea {
	width: 100%;
	border: 1.5px solid #E6E8EC;
	border-radius: .75rem;
	padding: 1.25rem;
	resize: none;
	height: 170px;
	overflow: hidden;
}

#add-product-review .grid .textarea-wrap .symbols {
	color: #9fa4bc;
	position: absolute;
	bottom: 1.25rem;
	right: 1.25rem;
	font-size: .875rem;
}

#add-product-review .grid .files-area {
	border: 2px dashed #23262F;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	flex-direction: column;
	color: #777e90;
}

#add-product-review .grid .files-area span {
	color: #23262f;
	text-decoration: underline;
}

#add-product-review .grid .files-area+input {
	display: none;
}

#add-product-review .grid .files-area .exists-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: .5rem;
}

#add-product-review .grid .files-area .exists-image figure {
	display: flex;
	align-items: center;
	gap: .5rem;
}

#add-product-review .grid .files-area .exists-image figure img {
	width: 34px;
	height: 34px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

#add-product-review .grid .files-area .exists-image figure figcaption {
	color: #000;
	font-size: 1rem;
}

#add-product-review .grid .files-area .exists-image .buttons {
	display: flex;
	gap: .5rem;
}

#add-product-review .grid .files-area .exists-image .buttons .btn span {
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
}

#add-product-review .grid .files-area .exists-image .buttons .btn:last-child {
	color: #fa3b3b;
}

#add-product-review .grid .btn-wrap {
	grid-column: 4/13;
}

@media (max-width: 820px) {
	#add-product-review .grid .btn-wrap {
		grid-column: span 12;
	}
}

#add-product-review .grid .btn-wrap .btn {
	width: 100%;
	margin-bottom: .75rem;
	box-shadow: 0 11px 20px #1f20241a;
}

#add-product-review .grid .btn-wrap .rule {
	font-size: .875rem;
}

#add-product-review .grid .btn-wrap .rule a {
	color: #0067b8;
	text-decoration: underline;
}

#add-product-review .grid .btn-wrap .rule a:hover {
	text-decoration: none;
}

#instruction h1 {
	text-align: center;
	font-size: 3.75rem;
	margin-bottom: 1.5rem;
}

@media (max-width: 1199px) {
	#instruction h1 {
		font-size: 2rem;
	}
}

#instruction .form-field {
	max-width: 570px;
	margin: 0 auto 1rem;
}

#instruction .form-field select {
	color: #2f2f35;
	background: url(../img/arr-select.svg) no-repeat calc(100% - 24px) center #f6f6f6;
}

#instruction .wrap {
	padding: 3.25rem;
	background: #f6f6f6;
	border: 1px solid #E6E8EC;
	border-radius: 1.25rem;
}

@media (max-width: 1199px) {
	#instruction .wrap {
		padding: 1rem;
	}
}

#instruction .wrap h2,#instruction .wrap h3,#instruction .wrap h4,#instruction .wrap h5 {
	text-align: center;
	font-weight: 600;
	font-size: 2.75rem;
	margin-bottom: 1rem;
}

@media (max-width: 1199px) {
	#instruction .wrap h2,#instruction .wrap h3,#instruction .wrap h4,#instruction .wrap h5 {
		font-size: 1.5rem;
	}
}

#instruction .wrap p,#instruction .wrap ul,#instruction .wrap ol {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

#instruction .wrap p:last-child,#instruction .wrap ul:last-child,#instruction .wrap ol:last-child {
	margin-bottom: 0;
}

#instruction .wrap ol {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	counter-reset: list;
}

#instruction .wrap ol li {
	padding-left: 3.875rem;
	position: relative;
	padding-top: .6rem;
}

@media (max-width: 1199px) {
	#instruction .wrap ol li {
		padding-left: 1.25rem;
		padding-top: 0;
		font-size: 1rem;
	}
}

#instruction .wrap ol li:before {
	content: counter(list);
	counter-increment: list;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: .75rem;
	text-align: center;
	width: 3rem;
	line-height: 3rem;
	font-size: 1.25rem;
	border: 1px solid #9FA4BC;
}

@media (max-width: 1199px) {
	#instruction .wrap ol li:before {
		content: counter(list,".");
		border: none;
		width: auto;
		line-height: 1.5;
		font-size: 1rem;
	}
}

#instruction .wrap ol li+li {
	margin-top: 2rem;
}

@media (max-width: 1199px) {
	#instruction .wrap ol li+li {
		margin-top: 1rem;
	}
}

#instruction .wrap a {
	text-decoration: underline;
}

#instruction .wrap a:hover {
	text-decoration: none;
}

.radios {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .6rem;
	flex-wrap: wrap;
}

.radios .radio input {
	display: none;
}

.radios .radio input+span {
	display: block;
	background: #f6f6f6;
	border-radius: .75rem;
	padding: .6rem 1rem;
	font-weight: 500;
	font-size: 1rem;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.radios .radio input+span {
		font-size: 1rem;
	}
}

.radios .radio input:checked+span {
	color: #fff;
	background: #2f2f35;
	cursor: default;
}

#vacancies h1 {
	font-size: 3.75rem;
}

@media (max-width: 1199px) {
	#vacancies h1 {
		font-size: 1.75rem;
	}
}

#vacancies .grid {
	border-bottom: 1px solid #E6E8EC;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

#vacancies .grid .vacancy-cat {
	color: #969696;
	font-size: 1.25rem;
	font-weight: 500;
	padding-top: 1.5rem;
}

@media (max-width: 1199px) {
	#vacancies .grid .vacancy-cat {
		padding-top: 0;
	}
}

#vacancies .grid .vacancy {
	border-radius: 1.5rem;
	border: 1px solid #E6E8EC;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 2rem;
	position: relative;
}

@media (max-width: 1199px) {
	#vacancies .grid .vacancy {
		font-size: 2rem;
		flex-wrap: wrap;
		padding: 1.5rem 1rem;
		gap: .75rem;
	}
}

#vacancies .grid .vacancy dl dt {
	font-size: 1.5rem;
	font-weight: 500;
}

@media (max-width: 1199px) {
	#vacancies .grid .vacancy dl dt {
		font-size: 1.25rem;
	}
}

#vacancies .grid .vacancy dl dd {
	font-size: 1.25rem;
	color: #969696;
	display: flex;
	gap: 1rem;
}

@media (max-width: 1199px) {
	#vacancies .grid .vacancy dl dd {
		font-size: 1rem;
	}
}

#vacancies .grid .vacancy dl.detail {
	flex-basis: 600px;
}

@media (max-width: 1199px) {
	#vacancies .grid .vacancy dl.detail {
		flex-basis: 100%;
	}
}

#vacancies .grid .vacancy a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}

#vacancies .grid .vacancy a svg {
	transform: rotate(180deg);
	fill: #969696;
}

#vacancies .grid .vacancy a:hover {
	background: #2f2f35;
}

#vacancies .grid .vacancy a:hover svg {
	fill: #fff;
}

#vacancies .grid .vacancy a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#vacancies .grid .vacancy+.vacancy {
	margin-top: 1.5rem;
}

#vacancies .grid:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.popup-telegram {
	padding: 2rem;
	width: 440px;
	position: fixed;
	left: 2rem;
	transform: translate(calc(-100% - 2rem));
	bottom: 2rem;
	border-radius: 1rem;
	z-index: 100;
	background: linear-gradient(180deg,#86a9fa,#507eea);
	color: #fff;
	transition: .3s all;
	overflow: hidden;
}

.popup-telegram>img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.popup-telegram .h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.05;
}

.popup-telegram p {
	color: #ffffffb3;
	margin-bottom: .75rem;
}

.popup-telegram .btn {
	padding: .5rem 1.5rem;
	height: auto;
	font-size: 1rem;
	background: #ffffff1a!important;
	color: #fff;
}

.popup-telegram .btn:hover {
	background: #ffffff40!important;
}

.popup-telegram button {
	position: absolute;
	top: .75rem;
	right: .75rem;
	width: 34px;
	height: 34px;
	background: #ffffff26;
	border-radius: 50%;
	font-size: 0;
}

.popup-telegram button svg {
	width: 1.5rem;
	height: 1.5rem;
}

.popup-telegram.show {
	transform: translate(0);
}

.history-period {
	display: flex;
	gap: 1rem;
}

.history-period .form-field {
	max-width: 200px;
}

.history-wrap {
	background-color: #f5f5f5;
	color: #23262f;
	border: .063rem solid #e6e8ec;
	border-radius: 12px;
	padding: .5rem 1.5rem;
}

.history-wrap .history {
	width: 100%;
}

.history-wrap .history thead th {
	border-bottom: 1px solid #E6E8EC;
	color: #777e90;
	font-weight: 500;
	padding: .5rem;
}

.history-wrap .history thead th:first-child {
	text-align: left;
}

.history-wrap .history tbody td {
	text-align: center;
	font-weight: 500;
	font-size: 1.125rem;
	padding: .5rem;
	vertical-align: middle;
}

.history-wrap .history tbody td a {
	text-decoration: underline;
}

.history-wrap .history tbody td a:hover {
	text-decoration: none;
}

.history-wrap .history tbody td.green {
	color: #24aa32;
}

.history-wrap .history tbody td .date {
	color: #9fa4bc;
	font-weight: 400;
	font-size: 1rem;
	margin-top: .25rem;
}

.history-wrap .history tbody td:first-child {
	text-align: left;
}

.history-wrap .history tbody tr+tr td {
	border-top: 1px solid #E6E8EC;
}

.banner-office {
	border-radius: 1.5rem;
	background: #f5fafe;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: end;
}

.banner-office .banner-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 103px;
	font-size: 35px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.banner-office .banner-title span {
	background: linear-gradient(80deg,#32cac8,#46a3e1);
	background-clip: text;
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-office .banner-code {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.banner-office .banner-code .code {
	line-height: 3rem;
	border-radius: 1rem;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background: #396a5866;
	padding: 0 1.25rem;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}

.banner-office .banner-code-text {
	font-size: .875rem;
	line-height: 1rem;
	font-weight: 500;
}

#downloads {
	background: url(../img/windows-laptop.webp) no-repeat center 16%;
	background-size: contain;
}

@media (max-width: 1440px) {
	#downloads {
		background: none;
	}
}

#downloads .col-8 {
	grid-column: 3/11;
}

@media (max-width: 820px) {
	#downloads .col-8 {
		grid-column: 1/13;
	}
}

#downloads .products-glide .glide__arrows {
	display: none;
}

#downloads h1.h1 {
	font-weight: 600;
	line-height: 1.3;
	font-size: 0;
}

@media (max-width: 1440px) {
	#downloads h1.h1 {
		font-size: 2rem;
		font-weight: 600;
		margin-bottom: .5rem;
	}
}

#downloads h1.h1 img {
	vertical-align: middle;
	margin: 0 10px;
}

@media (max-width: 820px) {
	#downloads h1.h1 img {
		width: 2.5rem;
		height: 2.5rem;
		margin: 0 5px;
	}
}

#downloads h1.h1 span {
	vertical-align: middle;
	display: inline-block;
	font-size: 3.5rem;
}

@media (max-width: 820px) {
	#downloads h1.h1 span {
		font-size: 2rem;
		font-weight: 600;
		display: inline;
	}
}

#downloads .h1 {
	line-height: 1.3;
	font-size: 2.5rem;
	margin-bottom: 0;
}

@media (max-width: 820px) {
	#downloads .h1 {
		font-size: 1.5rem;
		font-weight: 600;
	}
}

#downloads p.lead {
	color: #23262f;
	font-size: 1.25rem;
}

#downloads .download-products .item {
	border: 1px solid #e6e8ec;
	border-radius: 24px;
	padding: 2rem;
}

#downloads .download-products .item figure {
	margin-bottom: 1.5rem;
}

#downloads .download-products .item .item-title {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

#downloads .download-products .item .buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 1.5rem;
	gap: .5rem;
}

#downloads .download-products .item .buttons .btn {
	width: 200px;
	border-radius: 100px;
	padding: 0;
	height: 43px;
}

.banner-special {
	background: url(../img/banner-special.png) no-repeat center;
	padding: 29px;
	text-align: center;
	color: #fff;
	border-radius: 24px;
}

.banner-special .banner-special-title {
	font-size: 38px;
	font-weight: 600;
}

.banner-special .banner-special-text {
	font-size: 16px;
	font-weight: 500;
}

.banner-eset {
	border-radius: 12px;
	background: linear-gradient(90deg,#0096a1,#62b5c0);
	padding: .75rem 6rem .75rem 1.5rem;
	color: #fff;
	position: relative;
}

.banner-eset p {
	font-weight: 500;
	margin-bottom: 0;
}

.banner-eset img {
	position: absolute;
	bottom: 0;
	right: 22px;
}

.banner-cat-eset {
	border-radius: .75rem;
	background: linear-gradient(90deg,#0d3136,#1a1a1a);
	justify-content: space-between;
	padding: 1.25rem 2.25rem;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.banner-cat-eset .banner-gift {
	background: #3c6263;
	display: flex;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.banner-cat-eset .banner-text {
	color: #fff;
	max-width: 480px;
}

.banner-cat-eset .banner-text .banner-title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0;
}

@media (max-width: 820px) {
	.banner-cat-eset .banner-text .banner-title {
		text-align: center;
		font-size: 1.5rem;
	}
}

.banner-cat-eset figure {
	margin-left: auto;
}

#download-windows {
	text-align: center;
}

#download-windows .h1 {
	font-size: 3.75rem;
	font-weight: 600;
}

@media (max-width: 1199px) {
	#download-windows .h1 {
		font-size: 1.5rem;
	}
}

#download-windows .wrap {
	border-radius: 48px;
	width: 100%;
	max-width: 570px;
	background: linear-gradient(180deg,#d94aec,#8bf);
	padding: 2rem 3rem 0;
	margin: 0 auto;
	overflow: hidden;
}

#download-windows .wrap .h1 {
	font-size: 3rem;
}

@media (max-width: 1199px) {
	#download-windows .wrap .h1 {
		font-size: 1.5rem;
	}
}

#download-windows .wrap .count-wrap {
	display: none;
}

#download-windows .wrap figure {
	width: 270px;
	margin: 0 auto -51px;
	position: relative;
}

#download-windows .wrap figure img {
	border-radius: 1.5rem;
}

#download-windows .wrap figure .discount {
	position: absolute;
	right: -3rem;
	top: -3rem;
	transform: rotate(25deg);
}

#download-windows .wrap figure .discount span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 31px;
	font-weight: 700;
}

.btn, a.btn {
	display: inline-flex;
	height: 3rem;
	padding: 0 1.5rem;
	justify-content: center;
	align-items: center;
	transition: .3s all ease-in;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	border-radius: 3px;
}

@media (max-width: 820px) {
	.btn,a.btn {
		padding: 0 1.5rem;
		height: 3rem;
		min-height: 3rem;
	}
}

.btn .icon-spinner,a.btn .icon-spinner {
	animation: spin 1s infinite linear;
	display: none;
}

.btn.btn-blue,a.btn.btn-blue {
	background: #0067b8;
	color: #fff;
}

.btn.btn-blue svg,a.btn.btn-blue svg {
	fill: #fff;
}

.btn.btn-blue:hover,a.btn.btn-blue:hover {
	background: #3b71fe;
}

.btn.btn-gray-grad,a.btn.btn-gray-grad {
	border: .063rem solid #ebeaed;
	background-image: linear-gradient(to bottom,#fff,#f5f5f5);
}

.btn.btn-gray-grad:hover,a.btn.btn-gray-grad:hover {
	background-image: linear-gradient(to top,#fff,#f5f5f5);
}

.btn.btn-gray,a.btn.btn-gray {
	background-color: #f5f5f5;
	border: 1px solid #E6E8EC;
}

.btn.btn-gray .icon-arr,a.btn.btn-gray .icon-arr {
	transition: .3s all;
}

.btn.btn-gray:hover,a.btn.btn-gray:hover {
	background: #efefef;
}

.btn.btn-gray:hover .icon-arr,a.btn.btn-gray:hover .icon-arr {
	transform: rotate(-45deg) translate(5px,5px);
}

.btn.btn-border-gray,a.btn.btn-border-gray {
	border: .063rem solid #ebeaed;
}

.btn.btn-border-gray:hover,a.btn.btn-border-gray:hover {
	background: #f5f5f5;
}

.btn.btn-green,a.btn.btn-green {
	background-color: #35ae41;
	color: #fff;
}

.btn.btn-green svg,a.btn.btn-green svg {
	fill: #fff;
}

.btn.btn-green:hover,a.btn.btn-green:hover {
	background-color: #298732;
}

.btn.btn-dark-gray,a.btn.btn-dark-gray {
	background: #cacaca;
	color: #000;
}

.btn.btn-red,a.btn.btn-red {
	background: #fa3b3b;
	color: #fff;
}

.btn.btn-red:hover,a.btn.btn-red:hover {
	background: #dd2424;
}

.btn.btn-dark,a.btn.btn-dark {
	background-color: #2f2f35;
	transition: all .3s;
	color: #fff;
}

.btn.btn-dark svg,a.btn.btn-dark svg {
	fill: #fff;
}

.btn.btn-dark:hover,a.btn.btn-dark:hover {
	background: #42424a;
}

.btn.btn-white,a.btn.btn-white {
	background: #fff;
}

.btn.btn-blue-grad,a.btn.btn-blue-grad {
	background: linear-gradient(94.52deg,#23262f 57.59%,#434bff 112.77%),#23262f;
	color: #fff;
}

.btn.btn-blue-grad svg,a.btn.btn-blue-grad svg {
	fill: #fff;
}

.btn.btn-blue-grad:hover,a.btn.btn-blue-grad:hover {
	background: linear-gradient(92.94deg,#23262f -1.19%,#434bff 110.31%),linear-gradient(272.96deg,#23262f -15.29%,#434bff 41.78%),#084cfe;
}

.btn.btn-telegram,a.btn.btn-telegram {
	background: linear-gradient(0deg,#1d93d2,#38b0e3),#fff;
	color: #fff;
}

.btn.btn-telegram svg,a.btn.btn-telegram svg {
	fill: #fff;
}

.btn.btn-border-white,a.btn.btn-border-white {
	border: 1px solid #FFF;
	color: #fff;
	transition: none;
}

.btn.btn-border-white svg,a.btn.btn-border-white svg {
	fill: #fff;
}

.btn.btn-border-white:hover,a.btn.btn-border-white:hover {
	color: #2f2f35;
	background: #fff;
}

.btn.btn-border-white:hover svg,a.btn.btn-border-white:hover svg {
	fill: #2f2f35;
}

.btn.btn-border-dark,a.btn.btn-border-dark {
	border: 1px solid #2f2f35;
	color: #2f2f35;
}

.btn i.icon-arr,a.btn i.icon-arr {
	border: solid #2F2F35;
	border-width: 0 2px 2px 0;
	padding: 4px;
	transform: rotate(-45deg);
	margin-left: .75rem;
	width: auto;
	height: auto;
}

.btn svg,a.btn svg {
	margin-right: .5rem;
}

.btn[disabled],a.btn[disabled] {
	pointer-events: none;
}

.btn[disabled] .icon-spinner,a.btn[disabled] .icon-spinner {
	display: block;
}

.btn.btn-small,a.btn.btn-small {
	height: auto;
	padding: .5rem 1rem;
}

.btn.hide,a.btn.hide {
	display: none;
}

.btn-show-text {
	font-weight: 500;
	margin-top: .5rem;
	padding: .5rem 1rem;
	font-size: .875rem;
	background: #f6f6f6;
	border-radius: 100px;
}

.btn-show-text .icon-arr {
	border: solid #969696;
	border-width: 0 0 1px 1px;
	padding: 2px;
	transform: rotate(-45deg);
	margin-top: -4px;
	margin-right: .5rem;
	transition: .3s all;
	width: auto;
	height: auto;
}

.btn-show-text.active .icon-arr {
	transform: rotate(135deg);
	margin-top: -2px;
}

.btn-copy,.btn-code-copy {
	position: relative;
	background: #f6f6f6;
	border: 1.5px solid #E6E8EC;
	border-radius: 7px;
	width: 2.125rem;
	height: 2.125rem;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-copy svg,.btn-code-copy svg {
	vertical-align: middle;
}

.btn-copy svg.icon-circle-tick,.btn-code-copy svg.icon-circle-tick {
	fill: #24aa32;
}

.btn-copy span,.btn-code-copy span {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	background: #000;
	border-radius: 8px;
	padding: 6px 8px;
	color: #fff;
	white-space: nowrap;
	font-size: .875rem;
	top: 2.75rem;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}

.btn-copy:hover,.btn-code-copy:hover {
	border: 1.5px solid #9FA4BC;
}

.btn-copy:hover span,.btn-code-copy:hover span {
	opacity: 1;
	visibility: visible;
}

.btn-copy.copied,.btn-code-copy.copied {
	cursor: default;
}

.icon-search {
	width: 1.188rem;
	height: 1.188rem;
	fill: currentColor;
}

.icon-cart {
	width: 24px;
	height: 24px;
	fill: #969696;
}

.icon-login {
	width: 1.438rem;
	height: 1.375rem;
}

.icon-dots {
	width: 1.75rem;
	height: .375rem;
}

.icon-reviews {
	width: 1.313rem;
	height: 1.125rem;
}

.icon-chat {
	width: 1.25rem;
	height: 1.25rem;
	stroke: #fff;
	fill: none;
	stroke-width: 1px;
}

.icon-clock,.icon-eye {
	width: 1rem;
	height: 1rem;
}

.icon-telegram {
	width: 1.313rem;
	height: 1.125rem;
}

.icon-email {
	width: 1.5rem;
	height: 1.5rem;
}

.icon-phone {
	width: 1.125rem;
	height: 1.188rem;
}

.icon-key {
	width: 24px;
	height: 24px;
	fill: #2f2f35;
}

.icon-star {
	width: 1.25rem;
	height: 1.25rem;
	fill: #e7e8ec;
}

.icon-install {
	width: 1.125rem;
	height: 1.188rem;
	fill: #9fa4bc;
}

.icon-read {
	width: 1rem;
	height: 1.25rem;
	fill: #9fa4bc;
}

.icon-info {
	width: 1rem;
	height: 1rem;
	fill: #d6dbe0;
}

.icon-cross {
	width: 1.125rem;
	height: 1.125rem;
	fill: #0067b8;
}

.icon-yd,.icon-otzovik,.icon-trust {
	width: 1.5rem;
	height: 1.5rem;
}

.icon-trust {
	fill: #00b67a;
}

.icon-otzovik {
	fill: #b74746;
}

.icon-heart {
	width: 1.125rem;
	height: 1.125rem;
	fill: #fa3b3b;
}

.icon-del {
	width: .75rem;
	height: .75rem;
	fill: #9fa4bc;
}

.icon-minus,.icon-plus {
	width: 1rem;
	height: 1rem;
	fill: #9fa4bc;
}

.icon-author {
	width: 1.125rem;
	height: 1rem;
	fill: #9fa4bc;
}

.icon-vk {
	width: 1.5rem;
	height: .875rem;
	fill: #000;
}

.icon-tw {
	width: 1.5rem;
	height: 1.25rem;
	fill: #000;
}

.icon-fb {
	width: .813rem;
	height: 1.5rem;
	fill: #000;
}

.icon-img {
	width: 1.25rem;
	height: 1rem;
	fill: #0067b8;
}

.icon-trash {
	width: 1rem;
	height: 1.25rem;
	fill: #fa3b3b;
}

.icon-heart-full {
	width: 1.125rem;
	height: 1rem;
	fill: #fa3b3b;
}

.icon-lighting {
	width: .875rem;
	height: 1.25rem;
	fill: #9fa4bc;
}

.icon-circle-tick {
	width: 1.25rem;
	height: 1.25rem;
	fill: #fff;
}

.icon-settings {
	width: 24px;
	height: 24px;
	fill: #9fa4bc;
	stroke: none;
}

.icon-gift {
	width: 24px;
	height: 24px;
	stroke-width: 2px;
	fill: none;
}

.icon-repeat {
	width: 1.25rem;
	height: 1rem;
	fill: #3b71fe;
}

.icon-copy {
	width: 1rem;
	height: 1.125rem;
	fill: #0067b8;
}

.icon-about {
	width: 1rem;
	height: 1.25rem;
	fill: #9fa4bc;
}

.icon-exit {
	width: 24px;
	height: 24px;
	fill: none;
	stroke-width: 2px;
}

.icon-prices {
	width: 24px;
	height: 24px;
	fill: #969696;
}

.icon-comments {
	width: 1.125rem;
	height: 1.063rem;
	fill: #9fa4bc;
}

.icon-arr {
	width: 1.188rem;
	height: 1rem;
}

.icon-question {
	width: 1.25rem;
	height: 1.25rem;
	fill: #6f767e;
}

.icon-mailbox {
	width: 1.25rem;
	height: 1.063rem;
	fill: #9fa4bc;
}

.icon-arr-bold {
	width: 1.5rem;
	height: 1.375rem;
	fill: #23262f;
}

.icon-catalog-mob {
	width: 1rem;
	height: .625rem;
	fill: #000;
}

.icon-sort-mob {
	width: 1.313rem;
	height: 1.063rem;
	fill: #000;
}

.icon-pencil {
	background: url(../img/icon-pencil.svg) no-repeat;
	width: 18px;
	height: 18px;
}

.icon-trash-2 {
	background: url(../img/icon-trash-2.svg) no-repeat;
	width: 16px;
	height: 20px;
}

.icon-dots {
	background: url(../img/icon-dots-2.svg) no-repeat;
	width: 19px;
	height: 5px;
}

.icon-circle-plus {
	width: 1.25rem;
	height: 1.25rem;
	fill: #9fa4bc;
}

.icon-zip {
	width: .938rem;
	height: 1.25rem;
	stroke: #24aa32;
	fill: none;
}

.icon-upload {
	fill: none;
	width: .875rem;
	height: 1.125rem;
	stroke: #000;
	stroke-width: 2px;
}

.icon-spinner {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	width: 15px;
	height: 18px;
}

.icon-photo {
	fill: none;
	stroke: #9fa4bc;
	stroke-width: 2px;
	width: 18px;
	height: 15px;
}

.icon-copy-2 {
	width: 1.125rem;
	height: 1.125rem;
	fill: none;
	stroke: #000;
}

.icon-hide {
	width: 19px;
	height: 16px;
	stroke: #9fa4bc;
	stroke-width: 2px;
	fill: none;
}

.icon-photo-2 {
	fill: none;
	stroke: #000;
	stroke-width: 2px;
	width: 18px;
	height: 15px;
}

.icon-photo-plus {
	width: 23px;
	height: 21px;
}

.glide__arrows .glide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	border: .063rem solid #ebeaed;
	background-color: #fff;
	border-radius: 50%;
}

@media (max-width: 820px) {
	.glide__arrows .glide__arrow {
		width: 2rem;
		height: 2rem;
	}
}

.glide__arrows .glide__arrow .icon-arr {
	border: solid #2F2F35;
	padding: 5px;
	border-radius: 2px;
	width: auto;
	height: auto;
}

.glide__arrows .glide__arrow.glide__arrow--left {
	left: -5rem;
	padding-left: .35rem;
}

@media (max-width: 1199px) {
	.glide__arrows .glide__arrow.glide__arrow--left {
		left: 2rem;
	}
}

@media (max-width: 820px) {
	.glide__arrows .glide__arrow.glide__arrow--left {
		left: 1rem!important;
	}
}

.glide__arrows .glide__arrow.glide__arrow--left .icon-arr {
	border-width: 3px 0 0 3px;
	transform: rotate(-45deg);
}

.glide__arrows .glide__arrow.glide__arrow--right {
	right: -5rem;
	padding-right: .35rem;
}

@media (max-width: 1199px) {
	.glide__arrows .glide__arrow.glide__arrow--right {
		right: 2rem;
	}
}

@media (max-width: 820px) {
	.glide__arrows .glide__arrow.glide__arrow--right {
		right: 1rem!important;
	}
}

.glide__arrows .glide__arrow.glide__arrow--right .icon-arr {
	border-width: 0 3px 3px 0;
	transform: rotate(-45deg);
}

.form-field {
	display: block;
	position: relative;
}

.form-field .input-label {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: block;
	margin-bottom: 10px;
}

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

.form-field input,.form-field textarea,.form-field select {
	width: 100%;
	font-family: Inter,sans-serif;
	height: 3rem;
	border-radius: 3px;
	border: .063rem solid #ebeaed;
	padding: 0 1.5rem;
	color: #2f2f35;
	display: block;
	font-size: 1rem;
}

.form-field input:focus,.form-field textarea:focus,.form-field select:focus {
	color: #2f2f35;
	border: .063rem solid #3b71fe;
}

.form-field input.input-gray,.form-field textarea.input-gray,.form-field select.input-gray {
	border: .063rem solid #e6e8ec;
	background-color: #f6f6f6;
	color: #2f2f35;
}

.form-field input.input-error,.form-field textarea.input-error,.form-field select.input-error {
	border: 1px solid #FA3B3B;
	color: #fa3b3b;
	font-weight: 400;
}

.form-field .info {
	display: block;
	color: #9fa4bc;
	font-size: .75rem;
	margin-top: .5rem;
}

.form-field .error {
	color: #fa3b3b;
	font-size: .875rem;
	margin-top: .5rem;
	display: block;
}

.form-field textarea {
	padding: .75rem 1rem;
	height: 7rem;
	resize: none;
}

.form-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arr-select.svg) no-repeat calc(100% - 24px) center #fff;
}

.form-field .icon-eye {
	position: absolute;
	right: 1.25rem;
	top: 3rem;
	width: 1.25rem;
	height: 1rem;
	fill: #9fa4bc;
	cursor: pointer;
}

.form-field.floating-label .label {
	position: absolute;
	top: 1.2rem;
	left: 1.125rem;
	color: #777e90;
	font-size: 1rem;
	font-weight: 500;
	transition: .3s all;
}

.form-field.floating-label input {
	background-color: #f5f5f5;
	height: auto;
	padding: 1rem 1.125rem;
	border: 1px solid #e6e8ec;
}

.form-field.floating-label input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #f5f5f5 inset;
	border: 1px solid #e6e8ec;
}

.form-field.floating-label input:focus {
	padding: 1rem 1.125rem;
	background: #fff;
	border-color: #e6e8ec;
	box-shadow: 0 0 0 1000px #fff inset;
	color: #2f2f35;
}

.form-field.floating-label input:focus~.label {
	transform: translate(0);
	top: .5rem;
	font-size: .813rem;
}

.form-field.floating-label input.input-error {
	border: .063rem solid #fa3b3b;
	background-color: #fa3b3b26;
}

.form-field.floating-label input.input-error+.input-error-msg {
	display: block;
}

.form-field .file-wrap input[type=file] {
	position: absolute;
	left: -9999px;
}

.form-field .file-wrap .btn-file {
	padding: 1rem;
	display: flex;
	gap: .6rem;
	background: #f6f6f6;
	width: 100%;
	border-radius: 3px;
}

.form-field .file-wrap .btn-file span {
	font-size: 1.125rem;
	font-weight: 500;
}

.form-field:has(input:focus) {
	z-index: 10;
}

.my-account-fields p {
	margin-bottom: 18px;
}

.my-account-fields .link {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2f2f35;
	padding: 8px 12px;
	border: 1px solid #E6E8EC;
	border-radius: 100px;
	text-decoration: none;
}

.woocommerce-password-strength {
	margin: .5rem 0;
	font-size: .875rem;
}

.woocommerce-password-hint {
	color: #9fa4bc;
	font-size: .75rem;
}

.tags {
	display: flex;
	flex-wrap: wrap;
}

.tags a,.tags button {
	line-height: 2.188rem;
	border-radius: 3px;
	border: .063rem solid #ebeaed;
	background-color: #f5f5f5;
	padding: 0 .875rem;
	margin: 0 .5rem .5rem 0;
	text-decoration: none;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-links a,.nav-links span {
	text-align: center;
	line-height: 2.625rem;
	border-radius: .5rem;
	font-size: 1.125rem;
	padding: 0 1rem;
	border: .063rem solid transparent;
	text-decoration: none;
}

@media (max-width: 1199px) {
	.nav-links a,.nav-links span {
		font-size: .875rem;
		padding: 0 .75rem;
	}
}

.nav-links span,.nav-links a:hover {
	border-color: #ebeaed;
}

.catalog-desc h2,.catalog-desc h3,.catalog-desc h4 {
	font-size: 1.125rem;
	margin-bottom: .75rem;
	font-weight: 700;
}

.catalog-desc p,.catalog-desc ul,.catalog-desc ol,.catalog-desc blockquote {
	color: #626579;
	font-size: .875rem;
	line-height: 1.225rem;
	margin-bottom: 1rem;
}

.catalog-desc p:last-child,.catalog-desc ul:last-child,.catalog-desc ol:last-child,.catalog-desc blockquote:last-child {
	margin: 0;
}

.catalog-desc a {
	color: #0067b8;
	text-decoration: underline;
}

.catalog-desc a:hover {
	text-decoration: none;
}

.catalog-desc ul li::marker {
	color: #0067b8;
}

.catalog-desc ul li+li {
	margin-top: .5rem;
}

/*.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 1440px) {
	.breadcrumbs {
		font-size: .875rem;
	}
}

.breadcrumbs .icon-sep {
	vertical-align: top;
	margin: 0 .5rem;
}

.breadcrumbs span {
	color: #9fa4bc;
	font-size: .875rem;
}*/

.stars {
	display: flex;
	align-items: center;
}

.stars svg.icon-star {
	fill: #e7e8ec;
}

.stars svg+svg {
	margin-left: .25rem;
}

.stars.clickable svg {
	cursor: pointer;
}

.stars[data-rating="1"] svg:nth-child(1) {
	fill: #ffb71d;
}

.stars[data-rating="2"] svg:nth-child(1) {
	fill: #ffb71d;
}

.stars[data-rating="2"] svg:nth-child(2) {
	fill: #ffb71d;
}

.stars[data-rating="3"] svg:nth-child(1) {
	fill: #ffb71d;
}

.stars[data-rating="3"] svg:nth-child(2) {
	fill: #ffb71d;
}

.stars[data-rating="3"] svg:nth-child(3) {
	fill: #ffb71d;
}

.stars[data-rating="4"] svg:nth-child(1) {
	fill: #ffb71d;
}

.stars[data-rating="4"] svg:nth-child(2) {
	fill: #ffb71d;
}

.stars[data-rating="4"] svg:nth-child(3) {
	fill: #ffb71d;
}

.stars[data-rating="4"] svg:nth-child(4) {
	fill: #ffb71d;
}

.stars[data-rating="5"] svg:nth-child(1) {
	fill: #ffb71d;
}

.stars[data-rating="5"] svg:nth-child(2) {
	fill: #ffb71d;
}

.stars[data-rating="5"] svg:nth-child(3) {
	fill: #ffb71d;
}

.stars[data-rating="5"] svg:nth-child(4) {
	fill: #ffb71d;
}

.stars[data-rating="5"] svg:nth-child(5) {
	fill: #ffb71d;
}

.rating {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.rating span {
	color: #9fa4bc;
	margin-left: 0;
}

.rating a {
	color: #9fa4bc;
}

.rating a:hover {
	color: #000;
	text-decoration: none;
}

.flash {
	font-size: .875rem;
}

.flash a {
	color: #0067b8;
}

.spinner {
	display: block;
	width: 1rem;
	height: 1rem;
	border: 2px solid #FFF;
	border-left-color: #ffffff80;
	border-radius: 50%;
	animation: spin 1s infinite linear;
	margin-left: 1rem;
}

.spinner.black {
	border: 2px solid #9fa4bc;
	border-left-color: #9fa4bcbf;
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(-360deg);
	}
}

#flash-messages {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	position: fixed;
	top: 10rem;
	right: 5rem;
	gap: 1rem;
	z-index: 10200000;
}

#flash-messages .flash {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 4px 20px -2px #32324714;
	border-radius: 10px;
	align-self: flex-end;
	padding: .875rem 1rem;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	transition: .3s all;
	position: relative;
	overflow: hidden;
	width: 260px;
}

#flash-messages .flash:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	transition: all 5s;
	height: 2px;
}

#flash-messages .flash.blue:before {
	background: #3b71fe;
}

#flash-messages .flash.green:before {
	background: #66cb9f;
}

#flash-messages .flash.red:before {
	background: #fa3b3b;
}

#flash-messages .flash.show {
	opacity: 1;
	visibility: visible;
	max-height: 200px;
}

#flash-messages .flash.show:before {
	width: 100%;
}

.link-back {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	padding: 6px 8px;
	border-radius: 100px;
	background: #f6f6f6;
}

.link-back:hover {
	text-decoration: none;
}

.link-back svg {
	width: 11px;
	height: 15px;
}

.link-back span {
	font-size: 1rem;
	margin-left: .5rem;
}

.catalog-ul>li .profit {
	background: #f5f5f5;
	color: #2f2f35;
	border-radius: 1.25rem;
	font-weight: 500;
	font-size: .75rem;
	line-height: 24px;
	padding: 0 .5rem;
	display: flex;
	align-items: center;
	gap: .25rem;
	margin-left: .75rem;
}

.catalog-ul>li .profit img {
	width: .8rem;
	position: relative;
	top: -1px;
}

.catalog-ul>li>a {
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.catalog-ul>li>a .icon-arr {
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
}

.catalog-ul>li>a .icon-arr:before {
	content: "";
	position: absolute;
	width: auto;
	height: auto;
	border: solid #0067B8;
	border-width: 0 2px 2px 0;
	padding: 4px;
	transform: rotate(135deg);
	transition: .3s all;
	top: 7px;
	left: -2px;
}

.catalog-ul>li+li {
	margin-top: 1rem;
}

.catalog-ul>li ul {
	transition: .3s all;
	max-height: 0;
	overflow: hidden;
	visibility: visible;
	margin-left: .75rem;
}

.catalog-ul>li ul li {
	margin-top: .25rem;
}

.catalog-ul>li ul li a {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem;
	padding: 0 .75rem;
	line-height: 2rem;
	border-radius: 1rem;
	text-decoration: none;
}

.catalog-ul>li ul li a .profit {
	margin-left: 0;
}

.catalog-ul>li ul li a:hover {
	color: #0067b8;
}

.catalog-ul>li ul li.active a {
	background-color: #3b71fe1a;
	color: #0067b8;
}

.catalog-ul>li.open>a .icon-arr:before {
	top: 5px;
	left: 0;
	transform: rotate(45deg);
}

.catalog-ul>li.open ul {
	max-height: 1000px;
	visibility: visible;
}

.checkbox {
	display: block;
	font-size: 0;
}

.checkbox input {
	display: none;
}

.checkbox span {
	display: inline-block;
	position: relative;
	padding-left: 1.75rem;
	color: #2f2f35;
	font-size: .875rem;
	cursor: pointer;
	line-height: 1.5rem;
}

.checkbox input+span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: .25rem;
	border: 2px solid #9fa4bc;
	background-color: #fff;
}

.checkbox input:checked+span:before {
	border-color: #0067b8;
}

.checkbox input:checked+span:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: .75rem;
	height: .75rem;
	border-radius: .125rem;
	background: #0067b8;
}

.checkbox:last-child {
	margin-bottom: 0;
}

.checkbox.small-checkbox span {
	font-size: .813rem;
	line-height: 1.219rem;
}

.checkbox.small-checkbox span a {
	text-decoration: underline;
}

.checkbox.small-checkbox span a:hover {
	text-decoration: none;
}

.checkbox.small-checkbox input+span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: .25rem;
	border: 1px solid #9fa4bc;
}

.checkbox.small-checkbox input.input-error:not(:checked)+span:before {
	border-color: #fa3b3b;
}

.checkbox.small-checkbox input.input-error:not(:checked)~.input-error-msg {
	display: block;
	margin-left: 1.75rem;
}

.checkbox.small-checkbox input:checked+span:before {
	border-color: #0067b8;
	background: #0067b8;
}

.checkbox.small-checkbox input:checked+span:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 6px;
	background: url(../img/icon-tick.svg) no-repeat;
	width: .5rem;
	height: .375rem;
}

#progress-container {
	position: fixed;
	width: 100%;
	height: 5px;
	left: 0;
	top: 0;
	z-index: 1000;
	background: transparent;
	transition: all ease-out .2s;
}

#progress-container.ready {
	transform: translateY(-4px);
}

#progress-bar {
	display: block;
	width: 0;
	height: 4px;
	background: #0067b8;
}

.glide__bullets {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
}

.glide__bullets .glide__bullet {
	width: .75rem;
	height: .75rem;
	background-color: #e6e8ec;
	margin: 0 4px;
	border-radius: 50%;
}

.glide__bullets .glide__bullet.glide__bullet--active {
	background: #2f2f35;
}

.list-links li {
	margin-top: .75rem;
}

.list-links li a {
	display: block;
	padding: 1rem 1.5rem;
	border-radius: 3px;
	background-color: #f5f5f5;
	font-size: 1.125rem;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	transition: .3s all;
}

@media (max-width: 1199px) {
	.list-links li a {
		padding: .75rem 1rem;
		font-size: 1rem;
	}
}

.list-links li a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	border: solid #23262f;
	border-width: 0 2px 2px 0;
	padding: 4px;
	transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 1199px) {
	.list-links li a:after {
		right: 1rem;
	}
}

.list-links li a:hover {
	transform: scale3d(1.03,1.03,1.03);
}

.other-sites p {
	font-size: 1.125rem;
	margin-bottom: .75rem;
}

.other-sites .wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.other-sites .wrap a {
	display: flex;
	align-items: center;
	position: relative;
	border-radius: .75rem;
	padding: .875rem 1rem;
	gap: .75rem;
	text-decoration: none;
}

.other-sites .wrap a img {
	flex-shrink: 0;
	width: 2.75rem;
	height: 2.75rem;
}

.other-sites .wrap a>div {
	color: #777e90;
	font-size: .875rem;
}

.other-sites .wrap a>div>b {
	display: block;
	font-weight: 500;
	font-size: 1.25rem;
	color: #2f2f35;
	line-height: 1.2;
	margin-bottom: .25rem;
}

.other-sites .wrap a>div .d-flex {
	gap: .5rem;
	align-items: center;
}

.other-sites .wrap a>div .d-flex .star {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.other-sites .wrap a>div .d-flex .star .icon-star {
	width: 1.5rem;
	height: 1.5rem;
	fill: #ffc554;
}

.other-sites .wrap a>div .d-flex .star b {
	font-size: 1.125rem;
	font-weight: 500;
	color: #2f2f35;
}

.other-sites .wrap a>div .d-flex span {
	font-size: .875rem;
}

.other-sites .wrap a .tooltip {
	position: absolute;
	top: .75rem;
	right: .75rem;
}

.other-sites .wrap.horizontal {
	justify-content: center;
	flex-direction: row;
}

.other-sites .wrap.horizontal a {
	width: 290px;
}

@media (max-width: 820px) {
	.other-sites .wrap.horizontal a {
		width: auto;
	}
}

.other-sites .wrap.horizontal a>div .d-flex {
	gap: .75rem!important;
}

.other-sites .wrap.horizontal a>div .d-flex span {
	font-size: 1rem!important;
}

@media (max-width: 820px) {
	.other-sites .wrap.horizontal {
		flex-direction: column;
	}
}

.no-avatar {
	color: #fff;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	line-height: 3rem;
	text-align: center;
	font-size: 1.25rem;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-transform: uppercase;
	text-decoration: none;
}

.in-cart {
	display: flex;
	align-items: center;
	flex-basis: 100%;
	gap: .5rem;
}

.in-cart a {
	border-radius: .75rem;
	font-size: 1.125rem;
	height: 3.375rem;
	background: #24aa32;
	display: flex;
	flex-direction: column;
	flex: auto;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.in-cart .count-wrap {
	height: 3.375rem;
	border-radius: .75rem;
	border: 1px solid #e6e8ec;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
}

.in-cart .count-wrap .count {
	position: relative;
}

.in-cart .count-wrap .count input {
	width: 100%;
	height: 2.5rem;
	border-radius: 1.25rem;
	background-color: #fff;
	text-align: center;
	color: #2f2f35;
	font-size: 1rem;
	border: none;
}

.in-cart .count-wrap .count button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	width: 2.5rem;
	height: 2.5rem;
	background: #f6f6f6;
	border-radius: .75rem;
}

.in-cart .count-wrap .count button svg {
	fill: #2f2f35;
}

.in-cart .count-wrap .count button svg.js-minus,.in-cart .count-wrap .count button svg.js-trash {
	display: none;
}

.in-cart .count-wrap .count button.btn-minus {
	left: 0;
}

.in-cart .count-wrap .count button.btn-plus {
	right: 0;
}

.in-cart .count-wrap-info {
	color: #9fa4bc;
	text-align: center;
	margin-top: .5rem;
	font-size: .875rem;
}

.in-cart .count-wrap .count input {
	background: none;
	font-weight: 400;
	color: #2f2f35;
	font-size: 20px;
}

.in-cart .count-wrap .count button {
	background: none;
	border-radius: 50%;
	width: 3.375rem;
	height: 3.375rem;
}

.code {
	line-height: 3rem;
	border-radius: .75rem;
	background-color: #fff;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 0 3rem 0 1rem;
	border: 2px solid #e6e8ec;
	text-transform: uppercase;
}

.code .copied {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	background: #f5f5f5;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
	gap: .5rem;
}

.code .copied.show {
	opacity: 1;
	visibility: visible;
}

.code .btn-copy {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	cursor: pointer;
	border: none;
	background: none;
	width: auto;
}

.buttons-switcher {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
	gap: .75rem;
}

.buttons-switcher button,.buttons-switcher a,.buttons-switcher>span {
	padding: .5rem 1rem;
	color: #000;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #F6F6F6;
	font-weight: 500;
	text-decoration: none;
	min-width: 2.5rem;
	font-size: 1.125rem;
	line-height: 1.15;
}

.buttons-switcher button.active,.buttons-switcher button.current,.buttons-switcher a.active,.buttons-switcher a.current,.buttons-switcher>span.active,.buttons-switcher>span.current {
	cursor: default;
	background: #f6f6f6;
	border-color: #e6e8ec;
}

.tooltip {
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
}

.tooltip .tooltip-content {
	top: calc(100% + .875rem);
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	border-radius: 8px;
	background: #2f2f35;
	box-shadow: 0 4px 32px #00000029,0 0 4px #0000000a;
	color: #fff;
	padding: .75rem;
	width: -moz-max-content;
	width: max-content;
	max-width: 375px;
	font-size: 1rem;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}

.tooltip .tooltip-content:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	clip-path: polygon(50% 0,100% 100%,0 100%);
	background: #2f2f35;
	width: 20px;
	height: 8px;
	top: -8px;
}

.tooltip:hover .tooltip-content {
	opacity: 1;
	visibility: visible;
}

.tooltip .btn-copy {
	width: auto;
	height: auto;
	background: none;
	padding: 0;
	border: none;
}

.tooltip .btn-copy:hover {
	border: none;
}

.tooltip-2 {
	position: relative;
	font-size: 0;
	color: #969696;
	z-index: 100;
}

.tooltip-2 .tooltip-content {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: calc(100% + .5rem);
	box-shadow: 0 4px 10px #3838381f;
	background: #fff;
	border-radius: 100px;
	padding: 6px 10px;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}

.tooltip-2 .tooltip-content .copied {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	background: #f5f5f5;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
	border-radius: 100px;
	gap: .5rem;
}

.tooltip-2 .tooltip-content .copied.show {
	opacity: 1;
	visibility: visible;
}

.tooltip-2 .tooltip-content:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	clip-path: polygon(50% 0,100% 100%,0 100%);
	background: #fff;
	width: 13px;
	height: 9px;
	top: -6px;
}

.tooltip-2.top .tooltip-content {
	top: auto;
	bottom: calc(100% + .5rem);
}

.tooltip-2.top .tooltip-content:before {
	top: auto;
	bottom: -6px;
	transform: rotate(180deg) translate(50%);
}

.tooltip-2:hover .tooltip-content {
	opacity: 1;
	visibility: visible;
}

.tooltip-2 .btn-copy {
	width: auto;
	height: auto;
	background: none;
	padding: 0;
	border: none;
}

.tooltip-2 .btn-copy:hover {
	border: none;
}

.tooltip-2.v-1 .tooltip-content {
	border-radius: 12px;
	width: 300px;
}

.tooltip-2.v-2 .tooltip-content {
	border-radius: 100px;
	white-space: nowrap;
}

.new-table-style {
	width: 100%;
}

.new-table-style thead tr th {
	text-align: left;
	font-weight: 500;
	color: #969696;
	padding: 0 1rem 1rem 0;
	border-bottom: 1px solid #E6E8EC;
}

.new-table-style thead tr th:first-child {
	width: 400px;
}

.new-table-style tbody tr td {
	border-bottom: 1px solid #E6E8EC;
	padding: 1rem 1rem 1rem 0;
	vertical-align: middle;
}

.new-table-style tbody tr td input[type=text] {
	background: #f6f6f6;
	border-radius: .5rem;
	width: 100px;
	padding: 10px 16px;
	border: 1px solid #F6F6F6;
	font-size: 1rem;
	font-weight: 500;
}

.new-table-style tbody tr td input[type=text]:focus {
	border-color: #e6e8ec;
	background: #fff;
}

.new-table-style tbody tr td input[type=text].active {
	border-color: #24aa32;
	background: #24aa320f;
}

.loader {
	width: 60px;
	aspect-ratio: 4;
	--_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
	background: var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;
	background-size: 33.3333333333% 100%;
	animation: l7 1s infinite linear;
}

@keyframes l7 {
	33% {
		background-size: 33.3333333333% 0,33.3333333333% 100%,33.3333333333% 100%;
	}

	50% {
		background-size: 33.3333333333% 100%,33.3333333333% 0,33.3333333333% 100%;
	}

	66% {
		background-size: 33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 0;
	}
}

.actions-modal {
	position: fixed;
	left: 50%;
	transform: translate(-50%);
	background: #2f2f35;
	bottom: 2rem;
	padding: .75rem;
	width: 570px;
	z-index: 120000000;
	border-radius: .75rem;
}

.actions-modal p {
	line-height: 1.5rem;
	margin-bottom: .5rem;
	color: #fff;
}

.actions-modal .btn {
	padding: .5rem 0;
	height: auto;
	border-radius: 8px;
}

.actions-modal form input[type=text],.actions-modal form select {
	background: #484848;
	border-radius: 12px;
	padding: 8px 16px;
	line-height: 1;
	color: #fff;
	border: none;
	width: 100%;
}

.actions-modal form input[type=text]::-moz-placeholder,.actions-modal form select::-moz-placeholder {
	color: #fff;
}

.actions-modal form input[type=text]::placeholder,.actions-modal form select::placeholder {
	color: #fff;
}

.actions-modal-close {
	position: absolute;
	top: .75rem;
	right: .75rem;
	line-height: 1.5rem;
}

.actions-modal-close svg {
	fill: #fff;
}

.actions-modal.v-2 {
	width: 850px;
}

.actions-menu {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 180px;
	top: calc(100% + 6px);
	border-radius: 12px;
	border: 1px solid #e6e8ec;
	background-color: #fff;
	padding: .25rem;
	box-shadow: 0 16px 44px #0210390f,0 48px 48px -20px #02103914;
	z-index: 10;
	display: flex;
	flex-direction: column;
}

.actions-menu button {
	width: 100%;
	padding: 1rem;
	text-align: left;
	display: flex;
	align-items: center;
	gap: .5rem;
	border-radius: 12px;
}

.actions-menu button svg {
	width: 16px;
	height: 18px;
	fill: #969696;
}

.actions-menu button:hover {
	background: #f6f6f6;
}

.splide__arrow {
	background: #f6f6f6!important;
	width: 44px!important;
	height: 44px!important;
	opacity: 1!important;
	border-radius: 0!important;
}

.splide__arrow:disabled {
	opacity: 0!important;
}

.splide__arrow--prev {
	left: 0!important;
	background: linear-gradient(to right,#fff 40%,#fff0)!important;
}

.splide__arrow--next {
	right: 0!important;
	background: linear-gradient(to left,#fff 40%,#fff0)!important;
}

.page-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.page-loader__spinner {
	width: 60px;
	height: 60px;
	border: 3px solid rgba(0,103,184,.1);
	border-top: 3px solid #0067B8;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	position: relative;
}

.page-loader__spinner:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top: 3px solid rgba(0,103,184,.4);
	animation: spin 2s linear infinite reverse;
}

.page-loader__text {
	margin-top: 30px;
	color: #0067b8;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	animation: pulse-text 2s ease-in-out infinite;
}

.page-loader__progress {
	margin-top: 20px;
	width: 200px;
	height: 2px;
	background: #0067b833;
	border-radius: 1px;
	overflow: hidden;
}

.page-loader__progress-bar {
	height: 100%;
	background: linear-gradient(90deg,transparent,#0067B8,transparent);
	border-radius: 1px;
	animation: progress-slide 1.5s ease-in-out infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes pulse-text {
	0%,to {
		opacity: .7;
	}

	50% {
		opacity: 1;
	}
}

@keyframes progress-slide {
	0% {
		transform: translate(-100%);
	}

	to {
		transform: translate(200px);
	}
}

.btn-radio {
	display: flex;
	align-items: center;
	padding: .75rem 1rem;
	border: 2px solid #e6e8ec;
	font-weight: 500;
	border-radius: 12px;
	cursor: pointer;
}

.btn-radio input {
	opacity: 0;
	position: absolute;
	left: -9999px;
}

.btn-radio:has(input:checked) {
	background: #f6f6f6;
	border-color: #2f2f35;
}

ul:not([id*="bx_"]) > li:before {
	display: none!important;
}

.list-links.list-reset li {
	margin-left: 0;
}

.program-download .btn {
	padding: 3px 10px!important;
	font-size: 14px;
}
.program-buy {
	
}