.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.loader {
	display: flex;
    position: absolute;
	justify-content: center;
	align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}
.loader.load-modal{
	padding-top: 20px;
}

.af-title {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
@media (max-width: 47.9988em) {
    .af-title {
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }
}
/** ПРЕЛОАДЕР ТРИ ТОЧКИ **/
.dot-loader {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #bbb;
	animation: dotFlashing 1s infinite linear alternate;
	animation-delay: .5s;
}

.dot-loader::before, 
.dot-loader::after {
	content: '';
	background: #bbb;
	display: inline-block;
	position: absolute;
	top: 0;
}

.dot-loader::before {
	left: -15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 0s;
}

.dot-loader::after {
	left: 15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 1s;
}

.dot-loader.white,
.dot-loader.white::before, 
.dot-loader.white::after {
	background: #fff;
}
@keyframes dotFlashing {
	0% {
		opacity: 0.9;
	}
	50%,100% {
		opacity: 0.5;
	}
}
/** ПРЕЛОАДЕР ТРИ ТОЧКИ (END) **/


/** ПРЕЛОАДЕР КНОПОК **/
.loading-btn {
	position: relative!important;
	color: transparent!important;
}
.loading-btn > *:not(.dot-loader) {
    visibility: hidden!important;
}
.loading-btn .dot-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/** ПРЕЛОАДЕР КНОПОК (END) **/

.body-preload {
	height: 100vh;
	overflow-y: hidden;
}
@media(any-hover: hover){
	body.body-preload{
		padding-right: 10px;
	}
}
.preloader {
	display: flex;
	width: 100vw;
	height: 100vh;
    position: fixed;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
	transition: 0.3s;
	opacity: 1;
	padding-bottom: 10vh;
}
.preloader.hidden {
	opacity: 0;
}
.preloader .company-name {
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 900;
    color: #333;
}
.spinner {
	height: 5px;
	width: 5px;
	color: #00A651;
	box-shadow: -10px -10px 0 5px,
				-10px -10px 0 5px,
				-10px -10px 0 5px,
				-10px -10px 0 5px;
	animation: loader-38 6s infinite;
}

@keyframes loader-38 {
	0% {
		box-shadow: -10px -10px 0 5px,
					-10px -10px 0 5px,
					-10px -10px 0 5px,
					-10px -10px 0 5px;
	}
	8.33% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px -10px 0 5px,
					10px -10px 0 5px;
	}
	16.66% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					10px 10px 0 5px;
	}
	24.99% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	33.32% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					-10px -10px 0 5px;
	}
	41.65% {
		box-shadow: 10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					10px -10px 0 5px;
	}
	49.98% {
		box-shadow: 10px 10px 0 5px,
					10px 10px 0 5px,
					10px 10px 0 5px,
					10px 10px 0 5px;
	}
	58.31% {
		box-shadow: -10px 10px 0 5px,
					-10px 10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	66.64% {
		box-shadow: -10px -10px 0 5px,
					-10px -10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	74.97% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	83.3% {
		box-shadow: -10px -10px 0 5px,
					10px 10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	91.63% {
		box-shadow: -10px -10px 0 5px,
					-10px 10px 0 5px,
					-10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	100% {
		box-shadow: -10px -10px 0 5px,
					-10px -10px 0 5px,
					-10px -10px 0 5px,
					-10px -10px 0 5px;
	}
}


/** СКЕЛЕТОН **/
.skeleton {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    -webkit-animation: 1.5s skeleton linear infinite;
    animation: 1.5s skeleton linear infinite;
}
@-webkit-keyframes skeleton {
  to {
    background-position-x: -200%;
  }
}

@keyframes skeleton {
  to {
    background-position-x: -200%;
  }
}
/** СКЕЛЕТОН (END) **/

body.overflow-hidden{
	overflow: hidden;
	max-height: 100vh;
}
@media(any-hover: hover){
	body.overflow-hidden{
		padding-right: 10px;
	}
}

/** ПОЛЕ ПОИСКА **/
.input_search_result {
    display: none;
	position: absolute;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    padding: 10px 25px;
    background: #fff;
    border-radius: 28px;
	min-height: 56px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.input_search_result.show {
	display: block;
}
.input_search_result.show + input {
	background: #efefef;
    box-shadow: none;
}
.input_search_result > div {
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.input_search_result > div:first-child {
	margin-top: 50px;
}
.input_search_result > div:last-child {
	border-bottom: 0;
}
.input_search_result .query {
    color: #555;
	display: block;
    white-space: nowrap;
    overflow: hidden;
	padding: 13px 0;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.input_search_result > div:hover .query {
	color: #000;
}
.input_search_result .remove {
    min-width: 40px;
    width: 40px;
	height: 30px;
	display: block;
	cursor: pointer;
	position: relative;
}
.input_search_result .remove:before,
.input_search_result .remove:after {
	content: '';
	top: 8px;
    right: 8px;
	position: absolute;
	display: block;
	width: 2px;
	height: 15px;
	background: #000;
	opacity: 0.3;
	transition: 0.1s;
	transform: rotate(-45deg);
}
.input_search_result .remove:after {
	transform: rotate(45deg);
}
.input_search_result .remove:hover:before,
.input_search_result .remove:hover:after {
	opacity: 0.7;
}
@media(max-width: 600px){
  .input_search_result {
    border-radius: 0.25rem;
    top: 0;
    left: 0;
    width: 100%;
	padding: 13px;
  }
  .input_search_result > div {
    font-size: 16px;
  }
  .input_search_result > div:first-child {
    margin-top: 40px;
  }
}
.bottom-query-remove {
    top: 4px;
    right: 13px;
    min-width: 40px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    position: absolute;
	display: none;
}
.bottom-query-remove.show {
	display: block;
}
.bottom-query-remove:before,
.bottom-query-remove:after {
	content: '';
	top: 6px;
    right: 8px;
	position: absolute;
	display: block;
	width: 2px;
	height: 20px;
	background: #000;
	opacity: 0.3;
	transition: 0.1s;
	transform: rotate(-45deg);
}
.bottom-query-remove:after {
	transform: rotate(45deg);
}
.bottom-query-remove:hover:before,
.bottom-query-remove:hover:after {
	opacity: 0.7;
}
/** ПОЛЕ ПОИСКА (END) **/

@media (min-width: 1001px){
	body::-webkit-scrollbar {
		width: 10px;
	}
	body::-webkit-scrollbar-thumb {
		width: 10px;
		border-radius: 5px;
		background-color: #FFAC0C;
	}
	body::-webkit-scrollbar-track {
		background-color: transparent;
	}
}

/** ПОДПИСКА **/
.subscribe {
    margin-top: 50px;
}
/** ПОДПИСКА (END) **/


/** МОДАЛЬНОЕ ОКНО (ПОДПИСКА) **/
#modal-subscribe .popup__content {
    max-width: 300px;
}
#modal-subscribe .popup__body{
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/** МОДАЛЬНОЕ ОКНО (ПОДПИСКА) (END) **/


/** ПОДВАЛ **/
.common-home footer {
    padding-top: 30px;
    background: transparent;
}
/** ПОДВАЛ (END) **/

/** АНИМАЦИЯ **/
.animate-fade-in {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s;
}
.animate-fade-in.start {
	opacity: 1;
	transform: translateY(0);
}
.show-fade-in:not(.stop){
	animation: show-fade-in 1s 1; 
	animation-fill-mode: forwards; 
}
@keyframes show-fade-in{
	0%{opacity: 0}
	100% {opacity: 1}
}
.flashing:not(.stop){
	animation: 1s flashing linear infinite; 
}
@keyframes flashing{
	0%{opacity: 1}
	50%{opacity: 1}
	51%{opacity: 0}
	100% {opacity: 0}
}
.smooth-flashing:not(.stop){
	animation: 2s smooth_flashing linear infinite; 
}
@keyframes smooth_flashing{
	0%{opacity: 0}
	50%{opacity: 1}
	100% {opacity: 0}
}
@media(min-width: 836px) {
	.show-fade-in-1:not(.stop){
		animation-name: show-fade-in-1;
		animation-duration: 1.0s; 
		animation-fill-mode: forwards; 
	}
	@keyframes show-fade-in-1{
		0%{
			transform: translateY(20px);
			opacity: 0
		}
		50%{
			transform: translateY(20px);
			opacity: 0
		}
		51%{
			transform: translateY(20px);
			opacity: 0
		}
		100% {
			transform: translateY(0);
			opacity: 1
		}
	}
}
/** АНИМАЦИЯ (END)**/

/** BUTTON TOP **/
.go-top {
	position: fixed;
	z-index: 3;
	left: 20px;
	bottom: 20px;
	background: #FFAC0C;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
	opacity: 1;
	cursor: pointer;
}
.go-top.show {
	display: flex;
}
.go-top:hover {
	opacity: 1;
}
.go-top:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(135deg);
	margin-top: 6px;
	transition: 0.2s;
}
@media(max-width: 1000px){
	.go-top {
		width: 40px;
		height: 40px;
		left: 15px;
		bottom: 20px;
	}
}
/** BUTTON TOP (END) **/

/** PAGE **/
.page {
	flex: 1;
    padding: 50px 0 50px;
}
.page h1,
.page h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
    padding: 20px 0 30px;
}
.page h2 {
    font-size: 20px;
    padding: 15px 0 20px;
}
@media(max-width: 767px){
	.page {
		padding: 0 0 30px;
	}
	.page h1 {
		font-size: 20px;
		padding: 15px 0 20px;
	}
	.page h2 {
		font-size: 18px;
		padding: 15px 0 20px;
	}
}
/** PAGE (END) **/

/** BREADCRUMB (END) **/
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb li {
	margin-right: 8px;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb li span { 
    color: #c4c4c4;
    font-size: 16px;
	transition: 0.3s;
}
@media(min-width: 1001px){
	.breadcrumb li a:hover span { 
		color: #00A651;
	}
}
@media(max-width: 767px){
	.breadcrumb li,
	.breadcrumb li a,
	.breadcrumb li span { 
		font-size: 14px;
	}
	.breadcrumb li {
		margin-right: 5px;
	}
}
/** BREADCRUMB (END) **/

/** PAGINATION **/
.pager-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
    width: max-content;
    margin-top: 30px;
}
.pager-wrapper a,
.pager-wrapper span {
	min-width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #bbb;
	border-radius: 5px;
	background: #fff;
	transition: 0.2s;
	padding: 0 10px;
}
.pager-wrapper .active {
	background: #eee;
}
.pager-wrapper span,
.pager-wrapper a.active {
	border: 0;
}
.pager-wrapper .pager-link-prev:before,
.pager-wrapper .pager-link-next:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	transition: 0.2s;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.pager-wrapper .pager-link-prev:before {
    margin-left: 5px;
	transform: rotate(45deg);
}
.pager-wrapper .pager-link-next:before {
    margin-right: 5px;
	transform: rotate(225deg);
}
@media(min-width: 1001px){
	.pager-wrapper a:not(.active):hover {
		border: 1px solid #000;
	}
	.pager-wrapper .pager-link-prev:hover:before,
	.pager-wrapper .pager-link-next:hover:before {
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
	}
}
@media(max-width: 500px){
	.pager-wrapper a, 
	.pager-wrapper span {
		font-size: 12px;
		min-width: 35px;
		height: 35px;
	}
}
@media(max-width: 400px){
	.pager-wrapper .pager-link-prev,
	.pager-wrapper .pager-link-next,
	.pager-wrapper span:not(.active) {
		display: none;
	}
}
/** PAGINATION (END) **/


/** BUTTONS **/
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
    min-height: 40px;
    width: max-content;
    max-width: 100%;
    min-width: 210px;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.3;
}
.btn.btn-success {
	color: #fff;
	background: #00a651;
	border: 1px solid #00a651;
}
.btn.btn-warning {
	color: #fff;
	background: #FFAC0C;
	border: 1px solid #FFAC0C;
}
.btn.btn-danger {
	color: #fff;
	background: rgba(255,0,0,0.67);
	border: 1px solid rgba(255,0,0,0.67);
}
.btn.btn-muted {
	color: #777;
	background: #EFEFEF;
	border: 1px solid #EFEFEF;
}
.btn.btn-light {
	color: #777;
	border: 1px solid #bbb;
}
@media(any-hover: hover){
	.btn.btn-success:hover {
		background: #008c44;
		border: 1px solid #008c44;
	}
	.btn.btn-warning:hover {
		background: #e59a0a;
		border: 1px solid #e59a0a;
	}
	.btn.btn-danger:hover {
		background: rgba(255,0,0,0.8);
		border: 1px solid rgba(255,0,0,0.8);
	}
	.btn.btn-muted:hover  {
		color: #333;
	}
	.btn.btn-light:hover  {
		color: #333;
	}
}
/** BUTTONS (END) **/


/** PRODUCTS **/
.product-list {
    display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	row-gap: 50px;
	-moz-row-gap: 50px;
	-webkit-row-gap: 50px;
}
.product-list .product-card {
	width: calc(20% - 16px);
}
@media(max-width:1000px){
	.product-list .product-card {
		width: calc(25% - 15px);
	}
}
@media(max-width:800px){
	.product-list .product-card {
		width: calc(33.33% - 13.33px);
	}
}
@media(max-width:600px){
	.product-list {
		row-gap: 30px;
		-moz-row-gap: 30px;
		-webkit-row-gap: 30px;
	}
	.product-list .product-card {
		width: calc(50% - 10px);
	}
}
@media(max-width:400px){
	.product-list {
		column-gap: 10px;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
	}
	.product-list .product-card {
		width: calc(50% - 5px);
	}
}
/** PRODUCTS (END) **/


/** PRODUCT **/
.product-card a {
    display: block;
}
.product-card .head {
    position: relative;
    width: 100%;
}
.product-card .head img {
    width: 100%;
    border-radius: 10px;
	transition: 0.2s;
}
.product-card.no-balance .head img {
    opacity: 0.3;
}
.product-card .head > span {
	position: absolute;
}
.product-card .head .like {
	top: 5px;
	left: 5px;
}
.product-card .head .like svg {
    height: 25px;
    width: auto;
    fill: rgba(255,255,255,0.5);
}
.product-card .head .like.added svg {
	fill: rgba(255,172,12,1);
}
.product-card .head .fast {
    display: none;
    align-items: center;
    justify-content: center;
    left: 20px;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
    border-radius: 5px;
    width: calc(100% - 40px);
    bottom: 50%;
    transform: translateY(50%);
    font-size: 14px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    background: rgb(119 119 119 / 20%);
}
.product-card .head .tags {
    left: 3px;
    bottom: 3px;
}
.product-card .head .tags > span {
	display: block;
	margin-top: 5px;
}
.product-card .head .tags > span{
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 5px;
    font-weight: 500;
	width: max-content;
}
.product-card .head .tags .sale.orange {
    background: #FF5C00;
}
.product-card .head .tags .new {
    background: #7373FF;
}
@media(any-hover: hover){
	.product-card.no-balance:hover .head img {
		opacity: 1;
	}
	.product-card .head .like:not(.added):hover svg {
		fill: rgba(255,255,255,0.7);
	}
	.product-card .head .like:hover svg path {
		stroke-width: 2;
	}
	.product-card .head .fast:hover {
		background: rgb(119 119 119 / 30%);
	}
	.product-card:hover .head .fast {
		display: flex;
	}
	.product-card:hover .head .tags {
		display: none;
	}
}
.product-card .body {
    padding-top: 20px;
}
.product-card .price {
    display: block;
}
.product-card .price .new {
    color: #00a651;
    font-weight: 700;
    font-size: 30px;
}
.product-card .price .old {
    color: #777;
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 500;
}
.product-card .p-title {
    margin-top: 10px;
    color: #777;
    font-size: 14px;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.product-card .ratio {
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
    font-size: 14px;
    height: 16px;
}
.product-card .ratio span {
    display: flex;
    align-items: end;
}
.product-card .ratio span img {
    margin-right: 4px;
}
.product-card .rating img {
    max-width: 18px;
    height: 16px;
    vertical-align: bottom;
}
.product-card .review img {
    display: block;
    height: 16px;
    opacity: 0.7;
    max-width: 20px;
    vertical-align: bottom;
}
.product-card .foot {
    margin-top: 15px;
}
.product-card .foot .btn-product-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 17.5px;
    font-weight: 700;
	color: #00a651;
	border: 1px solid #00a651;
}
.product-card .out-of-stock {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
	width: 100%;
    font-size: 12px;
    text-transform: uppercase;
	border-radius: 17.5px;
    font-weight: 500;
    color: #777;
	background: #f7f7f7;
}
@media(any-hover: hover){
	.product-card:hover .foot .btn-product-buy {
		color: #fff;
		background: #00a651;	
	}
}
.product-card .foot .count {
    height: 35px;
    width: 100%;
    background: #f6f6f6;
    border-radius: 5px;
    display: none;
    justify-content: space-between;
    align-items: center;
}
.product-card .foot .minus,
.product-card .foot .plus {
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 100%;
	min-width: 40px;
}
.product-card .foot .minus:before,
.product-card .foot .plus:before,
.product-card .foot .plus:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	transform: translate(-50%,-50%);
	background: #00a651;
}
.product-card .foot .plus:after {
	transform: translate(-50%,-50%) rotate(90deg);
}
@media(max-width:1100px){
	.product-card .price .old {
		display: none;
	}
	.product-card .ratio .rating img:not(:first-of-type) {
		display: none;
	}
}
@media(max-width:600px){
	.product-card .body {
		padding-top: 10px;
	}
	.product-card .ratio {
		margin-top: 5px;
	}
	.product-card .foot {
		margin-top: 10px;
	}
}
@media(max-width:400px){
	.product-card .price .new {
		font-size: 25px;
	}
	.product-card .ratio {
		font-size: 12px;
		height: 14px;
	}
	.product-card .ratio span img {
		height: 14px;
	}
	.product-card .foot .count,
	.product-card .foot .btn-product-buy,
	.product-card .foot .out-of-stock	{
		height: 30px;
	}
	.product-card .head .fast {
		left: 0px;
		width: 100%;
		font-size: 12px;
	}
}
/** PRODUCT (END) **/

/** МОДАЛЬНОЕ ОКНО **/
.modal {
    position: fixed;
	padding: 50px 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 29, 34, 0.50);
    z-index: 50;
	display: none;
	overflow-y: scroll;
	height: 100vh;
	width: 100vw;
}
@media(any-hover: hover){
	.modal::-webkit-scrollbar {
		width: 10px;
	}
	.modal::-webkit-scrollbar-thumb {
		width: 10px;
		background-color: #F5C885;
	}
	.modal::-webkit-scrollbar-track {
		background-color: transparent;
	}
}
.modal.show{
	display: block;
	opacity: 0;
	transition: opacity 0.2s;
}
.modal.opacity{
	opacity: 1;
}
.modal > div {
    background-color: #fff;
	border-radius: 15px;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 7%);
    min-width: 60px;
    width: max-content;
    max-width: 100%;
    position: relative;
    margin: auto;
	transition: transform 0.2s;
	transform: scale(0.5);
}
.modal.opacity > div {
	transform: scale(1);
}
.modal .modal-content {
	position: relative;
	min-width: 200px;
	min-height: 190px;
}
.modal .modal-content h3 {
	overflow: hidden;
    text-overflow: ellipsis;
}
.modal .btn-close {
    color: #333;
    position: absolute;
    right: 10px;
    top: 10px;
	width: 40px;
	height: 40px;
    border: 1px solid transparent;
	cursor: pointer;
	z-index: 1;
}
.modal .btn-close:before {
    content: '';
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 11px);
    width: 22px;
    height: 2px;
    position: absolute;
    background: #777;
    transition: 0.2s;
    transform-origin: center;
    transform: rotate(45deg);
}
.modal .btn-close:after {
    content: '';
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 11px);
    width: 22px;
    height: 2px;
    position: absolute;
    background: #777;
    transition: 0.2s;
    transform-origin: center;
    transform: rotate(315deg);
}
@media(any-hover: hover){
	.modal .btn-close:hover:before,
	.modal .btn-close:hover:after {
		background: #000;
	}
}
@media(max-width: 600px){
	.modal > div {
		border-radius: 10px;
	}
}
@media(max-width: 375px){
	.modal {
		padding: 10px;
	}
}
/** МОДАЛЬНОЕ ОКНО (END) **/


/** МОДАЛЬНОЕ ОКНО КОРЗИНЫ **/
.modal-cart > div{
	width: 700px;
}
.modal-cart .popup-cart {
	padding: 40px 50px;
}
.modal-cart .product-related h2 {
    font-size: 25px;
    padding: 30px 0;
    font-weight: bold;
    color: #333;
}
.modal-cart .product-info,
.modal-cart .cart-info {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.modal-cart .product-info .image {
	width: 120px;
}
.modal-cart .product-info img {
	width: 100%;
	height: auto;
	display: block;
}
.modal-cart .product-info .info {
	flex: 1;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-cart .popup-cart .info .title {
    text-transform: none;
    font-size: 16px;
    color: #777;
    position: relative;
    font-weight: normal;
    text-align: left;
    line-height: normal;
}
.modal-cart .product-info .name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.modal-cart .product-info .price .new {
    color: #00a651;
    font-weight: 700;
    font-size: 25px;
}
.modal-cart .product-info .price .old {
    color: #777;
    text-decoration: line-through;
    margin-bottom: 5px;
    font-weight: 500;
}
.modal-cart .cart-info {
    margin-top: 20px;
    justify-content: space-between;
}
.modal-cart .cart-info > div:first-child {
    color: #777;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.modal-cart .cart-info .count span {
	font-weight: bold;
    color: #000;
}
.modal-cart .cart-info .price span {
	font-weight: bold;
    color: #00a651;
}
.modal-cart .owl-stage {
	display: flex;
}
.modal-cart .owl-stage > div {
    width: calc(33.33% - 13.33px);
    margin-right: 20px;
}
@media (max-width: 600px){
    .modal-cart .popup-cart {
		padding: 30px;
	}
	.modal-cart .product-related h2 {
		font-size: 20px;
		padding: 20px 0;
	}
	.modal-cart .owl-stage > div {
		width: calc(50% - 10px);
	}
}
@media (max-width: 400px){
    .modal-cart .popup-cart {
		padding: 20px;
	}
	.modal-cart .product-info .info {
		flex: unset;
	}
	.modal-cart .owl-stage > div {
		width: 100%;
	}
}
/** МОДАЛЬНОЕ ОКНО КОРЗИНЫ (END) **/

/** OWL NAV **/
.carousel_products .owl-nav {
	position: absolute;
	height: 0;
	width: calc(100% + 44px);
	top: calc(35% - 26px);
	left: -22px;
	opacity: 0;
	transition: opacity 0.3s;
}
.owl-carousel.carousel_products .owl-nav button.owl-next,
.owl-carousel.carousel_products .owl-nav button.owl-prev {
	position: absolute;
    background: #FFAC0C;
	width: 45px;
	height: 45px;
	top: -22px;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	transition: 0.2s;
}
.owl-carousel.carousel_products .owl-nav button.owl-next:before, 
.owl-carousel.carousel_products .owl-nav button.owl-prev:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.owl-carousel.carousel_products .owl-nav button.owl-prev:before {
    transform: rotate(45deg);
    margin-left: 6px;
}
.owl-carousel.carousel_products .owl-nav button.owl-next:before {
    transform: rotate(225deg);
    margin-right: 6px;
}
.owl-carousel.carousel_products .owl-nav button.owl-next {
	right: 0;
	padding-left: 3px!important;
}
.owl-carousel.carousel_products .owl-nav button.owl-prev {
	left: 0;
	padding-right: 3px!important;
}
@media (any-hover: hover){
	.carousel_products:hover .owl-nav {
		opacity: 1;
	}
	.owl-carousel.carousel_products .owl-nav button.owl-next:hover,
	.owl-carousel.carousel_products .owl-nav button.owl-prev:hover {
		background: #FFAC0C;
	}
}
.owl-carousel.carousel_products .owl-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0;
}
.owl-carousel.carousel_products button.owl-dot {
	background: #00A651;
	width: 12px;
	height: 12px;
	cursor: pointer;
	border-radius: 50%;
	margin-right: 8px;
	transition: 0.2s;
	opacity: 0.5;
}
.owl-carousel.carousel_products .owl-dots.disabled {
	display: none;
}
.owl-carousel.carousel_products button.owl-dot.hover,
.owl-carousel.carousel_products button.owl-dot.active {
	opacity: 1;
}
.owl-carousel.carousel_products .owl-item img {
	border-radius: 0 0 15px 15px;
}
@media (max-width: 1258px){
    .carousel_products .owl-nav {
		width: calc(100% + 30px);
		left: -15px;
	}
}
@media (max-width: 700px){
	.owl-carousel.carousel_products .owl-item img {
		border-radius: 0.625rem;
	}
	.carousel_products .owl-nav {
		top: 30%;
	}
}
@media (max-width: 400px){
	.owl-carousel.carousel_products .owl-nav button.owl-next,
	.owl-carousel.carousel_products .owl-nav button.owl-prev {
		width: 40px;
		height: 40px;
	}
	.carousel_products .owl-nav {
		top: 20%;
	}
}
/** OWL NAV (END) **/


/** PRODUCT FAST VIEW **/
.modal-fast-view > div {
	width: 1000px;
}
.modal-fast-view .product-page-top {
	display: block;
    padding: 30px;
	margin-top: 0px;
}
.modal-fast-view .product-page-top > div {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.modal-fast-view .product-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
	margin-bottom: 30px;
	padding-right: 30px;
}
.modal-fast-view .btn-more{
	margin: 30px auto 0;
}
@media(min-width: 1101px){
	.modal-fast-view .product-gallery {
		height: 400px;
		width: 490px;
		min-width: 490px;
	}
	.modal-fast-view .product-images-wrapper {
		width: 80px;
		min-width: 80px;
	}
	.modal-fast-view .product-images div {
		height: 80px;
		border-radius: 10px;
	}
	.modal-fast-view .product-thumb {
		border-radius: 10px;
	}
}
@media(max-width: 600px){
	.modal-fast-view .product-page-top {
		padding: 20px;
	}
	.modal-fast-view .product-title {
		font-size: 20px;
	}
	.modal-fast-view .product-page-top .btn-more {
		width: 100%;
	}
}
/** PRODUCT FAST VIEW (END) **/


/** PRODUCT NO BALANCE (END) **/
.modal-no-balance > div {
    width: 400px;
}
.modal-no-balance .modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-no-balance .no-balance > div {
	color: #777;
	font-size: 18px;
	text-align: center;
	line-height: normal;
}
.modal-no-balance .no-balance {
	padding: 60px 30px 30px;
	display: flex;
    flex-direction: column;
	align-items: center;
	gap: 20px;
}
/** PRODUCT NO BALANCE (END) **/


/** FORMS **/
.af-form .field {
    width: 100%;
	position: relative;
}
.af-form .field > .title {
	font-size: 16px;
	width: 100%;
	line-height: normal;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    font-weight: 400;
	color: #727272;
}
.af-form .field > .desc {
    padding-left: 15px;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}
.af-form .field-text input,
.af-form .field-select .selected,
.af-form .field-multi-select .selected {
	font-size: 15px;
	border-radius: 10px;
	padding: 0 15px;
	height: 40px;
	width: 100%;
	font-family: Roboto;
    border: 1px solid #bbb;
}
.af-form .field-text input:focus {
    border: 1px solid #00A651;
	outline: none;
}
.af-form .field-select .selected,
.af-form .field-multi-select .selected {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 30px;
    line-height: normal;
	position: relative;
	font-variant: none;
    background: #fff;
}
.af-form .field-select .selected:after, 
.af-form .field-multi-select .selected:after {
    content: '';
    display: block;
    top: 12px;
    right: 15px;
    width: 8px;
    height: 8px;
    position: absolute;
    border-left: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    transform: rotate(-45deg);
    pointer-events: none;
}
.af-form .field-select.open .selected,
.af-form .field-multi-select.open .selected {
	border: 1px solid #00A651;
}
.af-form .field-select .selected span,
.af-form .field-multi-select .selected span {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.af-form .field-select .placeholder,
.af-form .field-multi-select .placeholder {
	color: #444;
}
.af-form .field-select .options,
.af-form .field-multi-select .options {
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    border: 1px solid #eee;
    padding: 15px 10px 15px 10px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    min-width: 100px;
	line-height: normal;
	opacity: 0;
    box-shadow: 0px 10px 20px 0px #00000020;
}
.af-form .field-select .options {
    padding: 5px 0;
}
.af-form .field-select.open .options,
.af-form .field-multi-select.open .options {
	display: block;
	animation: show_options 0.1s ease-out 0s forwards; 
}
.af-form .field-multi-radio .options,
.af-form .field-multi-checkbox .options {
	padding-left: 15px;
}
@keyframes show_options {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.af-form .field-select .scroll,
.af-form .field-multi-radio .scroll,
.af-form .field-multi-select .scroll,
.af-form .field-multi-checkbox .scroll {
    /*overflow-y: auto;*/
    /*max-height: 170px;*/
}
.af-form .field-multi-radio .scroll,
.af-form .field-multi-checkbox .scroll {
	/*max-height: 300px;*/
}
.af-form .field-select label input{
	display: none;
}
.af-form .field-select label,
.af-form .field-multi-radio label,
.af-form .field-multi-select label,
.af-form .field-multi-checkbox label {
    display: block;
    padding: 5px 0;
	cursor: pointer;
}
.af-form .field-multi-radio label,
.af-form .field-multi-checkbox label {
	width: max-content;
    max-width: 100%;
}
.af-form .field-select label {
	padding: 5px 15px;
}
.af-form .field-select label:first-child{
	padding-top: 5px;
}
.af-form .field-multi-radio label:first-child,
.af-form .field-multi-select label:first-child,
.af-form .field-multi-checkbox label:first-child {
    padding-top: 0;
}
.af-form .field-select label:last-child {
	padding-bottom: 5px;
}
.af-form .field-multi-radio label:last-child,
.af-form .field-multi-select label:last-child,
.af-form .field-multi-checkbox label:last-child {
    padding-bottom: 0;
}
.af-form .field input[type=checkbox],
.af-form .field-multi-radio input[type=radio] {
	display: none;
}
.af-form .field input[type=radio] + span,
.af-form .field input[type=checkbox] + span,
.af-form .field-multi-radio input[type=radio] + span {
	position: relative;
	padding-left: 30px;
	overflow: hidden;
	font-size: 15px;
	line-height: 20.43px;
	color: #444;
	font-variant: none;
	display: block;
}
.af-form .field input[type=radio] + span {
	padding-left: 0px;
}
.af-form .field-multi-radio input[type=radio] + span {
	padding-left: 30px;
}
.af-form .field input[type=checkbox] + span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	border-radius: 3px;
	position: absolute;
	border: 1px solid #00A651;
	box-sizing: border-box;
	transition: 0.1s;
    background: #fff;
}
.af-form .field input[type=checkbox]:checked + span:after {
	content: '';
	display: block;
	top: 5px;
	left: 4px;
	width: 10px;
	height: 5px;
	position: absolute;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.af-form .field input[type=checkbox]:checked + span:before {
	background: #00A651;
	border: 1px solid #00A651;
}
.af-form .field-multi-radio input[type=radio] + span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #00A651;
	box-sizing: border-box;
	transition: 0.1s;
}

.af-form .field-multi-radio input[type=radio]:checked + span:after {
	content: '';
	display: block;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	background: #00A651;
}
.af-form .field-multi-radio input[type=radio]:checked + span:before {
	border: 1px solid #00A651;
}
.af-form .field-textarea textarea {
    display: block;
    font-size: 15px;
    border-radius: 10px;
    padding: 10px 15px;
    height: 100px;
    width: 100%;
    resize: vertical;
    min-height: 100px;
    max-height: 200px;
	font-family: Roboto;
    border: 1px solid #bbb;
}
.af-form .field-textarea .limit {
	position: absolute;
    right: 0;
	bottom: -5px;
	transform: translateY(100%);
	font-size: 12px;
	color: #777;
}
.af-form .field-textarea textarea:focus {
    border: 1px solid #00A651;
	outline: none;
}
.af-form .field.error input,
.af-form .field.error textarea.error,
.af-form .field.error input:focus,
.af-form .field.error textarea:focus {
    border: 1px solid red;
}
.af-form .field-text .err,
.af-form .field-select .err,
.af-form .field-textarea .err {
    position: absolute;
    right: 30px;
    z-index: 1;
    bottom: -4px;
    height: max-content;
    border-radius: 19px;
    padding: 4px 10px;
    max-width: 100%;
    color: #ff4242;
    font-size: 10px;
    background: #ffffff;
    width: max-content;
    line-height: normal;
    font-weight: 600;
    box-shadow: 0px 0px 20px 0px #00000020;
    letter-spacing: 0.3px;
}

.af-form .field-checkbox-dates .err,
.af-form .field-multi-radio .err,
.af-form .field-multi-checkbox .err,
.af-form .field-files .err {
	color: #fff;
    font-size: 14px;
    margin-top: 10px;
    background: rgb(255 0 0 / 0.7);
    border-radius: 5px;
    padding: 5px 15px;
}

.af-form .field input::placeholder,
.af-form .field textarea::placeholder {
	transition: 0.3s;
}
.af-form .field-files input {
	display: none;
}
.af-form .field-files .btn-add-file {
	width: max-content;
    max-width: 100%;
	margin-left: 15px;
}
.af-form .field-files .btn-add-file label {
    display: block;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #333;
}
.af-form .field-files .files {
    width: max-content;
	margin-left: 15px;
}
.af-form .field-files .file-name {
	display: flex;
	align-items: center;
	cursor: default;
    font-size: 18px;
    line-height: normal;
}
.af-form .field-files .files > div {
	position: relative;
	padding: 0 0 0 25px;
	background-image: url(../img/svg/file.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left top;
    margin-bottom: 5px;
}
.af-form .field-files .files > div span {
	display: block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.af-form .field-files .btn-del-file {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    background: #E14D43;
    transition: 0.3s;
}
.af-form .field-files .btn-del-file:after, 
.af-form .field-files .btn-del-file:before {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
	width: 40%;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
}
.af-form .field-files .btn-del-file:after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.af-form .field-files .btn-del-file:before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.af-form .field-checkbox-dates > .desc {
	margin-bottom: 10px;
}
.af-form .field-checkbox-dates .group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #bbb;
    padding: 20px;
    width: 100%;
    justify-content: space-between;
    border-radius: 10px;
}
.af-form .field-checkbox-dates .field {
	margin-bottom: 0px;
}
.af-form .field-checkbox-dates .options {
	padding-left: 0;
}
.af-form .field-checkbox-dates .calendar {
	font-size: 15px;
	color: #444;
}
.af-form .field-checkbox-dates .ui-datepicker-header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 5px;
}
.af-form .field-checkbox-dates .ui-datepicker-header .ui-corner-all {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
	justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
    background: #d0edff;
}
.af-form .field-checkbox-dates .ui-datepicker-header .ui-corner-all span {
	justify-content: center;
    align-items: center;
    display: block;
    width: 5px;
    height: 5px;
    border-left: 2px solid #777;
    border-bottom: 2px solid #777;
    transform: rotate(-45deg);
    pointer-events: none;
}
.af-form .field-checkbox-dates .ui-datepicker-header .ui-datepicker-prev {
	left: 0px;
    padding-left: 2px;
}
.af-form .field-checkbox-dates .ui-datepicker-header .ui-datepicker-next {
	right: 0px;
    padding-right: 2px;
}
.af-form .field-checkbox-dates .ui-datepicker-header .ui-datepicker-prev span {
	transform: rotate(45deg);
}
.af-form .field-checkbox-dates .ui-datepicker-header .ui-datepicker-next span {
	transform: rotate(-135deg);
}
.af-form .field-checkbox-dates .ui-datepicker-calendar th,
.af-form .field-checkbox-dates .ui-datepicker-calendar td {
	padding: 0;
}
.af-form .field-checkbox-dates .ui-datepicker-calendar th a,
.af-form .field-checkbox-dates .ui-datepicker-calendar td a,
.af-form .field-checkbox-dates .ui-datepicker-calendar th span,
.af-form .field-checkbox-dates .ui-datepicker-calendar td span {
	color: #444;
    display: flex;
	width: 30px;
    height: 30px;
	cursor: default;
	justify-content: center;
    align-items: center;
}
.af-form .field-checkbox-dates .ui-datepicker-calendar th a,
.af-form .field-checkbox-dates .ui-datepicker-calendar td a {
	text-decoration: none;
	cursor: pointer;
}
.af-form .field-checkbox-dates .ui-datepicker-calendar td.ui-state-disabled span {
	color: #bbb;
	background: #efefef;
}
.af-form .field-checkbox-dates .ui-datepicker-calendar td.date-select a {
	color: #fff;
	background: #006BB0;
}
.af-form .field.phone:after {
    content: '+7';
    position: absolute;
    bottom: 8px;
    left: 11px;
    font-size: 15px;
    font-family: Roboto;
    padding: 2px 5px;
    border-radius: 3px;
}
.af-form .field.phone input {
    padding: 0 15px 0 40px;
}
.af-form .policy {
	font-size: 12px;
	color: #777;
    line-height: normal;
}
.af-form .policy a {
	text-decoration: underline;
}
@media(any-hover: hover){
	.af-form .field-checkbox-dates .ui-datepicker-header .ui-corner-all:hover span {
		border-left: 2px solid #333;
		border-bottom: 2px solid #333;
	}
	.af-form .field-files .files > div:hover {
		background-image: unset;
	}
	.af-form .field-files .files > div:hover .btn-del-file {
		opacity: 1;
	}
	.af-form .field-files .btn-add-file:hover label {
		color: #000;
	}
	.af-form .field input:focus::placeholder,
	.af-form .field textarea:focus::placeholder {
		color: transparent;
	}
	.af-form .field-select label:hover span {
		color: #000;
	}
	.af-form .field-select .scroll::-webkit-scrollbar,
	.af-form .field-multi-select .scroll::-webkit-scrollbar {
		width: 5px;
	}
	.af-form .field-select .scroll::-webkit-scrollbar-thumb,
	.af-form .field-multi-select .scroll::-webkit-scrollbar-thumb {
		width: 5px;
		border-radius: 5px;
		background-color: #ddd;
	}
	.af-form .field textarea::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.af-form .field-select .scroll::-webkit-scrollbar,
	.af-form .field-multi-select .scroll::-webkit-scrollbar {
		width: 5px;
	}
	.af-form .field textarea::-webkit-scrollbar-thumb {
		width: 10px;
		border-radius: 10px;
		background-color: #ddd;
	}
	.af-form .field textarea::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.af-form .field input[type=checkbox]:not(:checked):hover + span {
		color: #333;
	}
	.af-form .field input[type=checkbox]:not(:checked):hover + span::before {
		border: 1px solid #333;
	}
	.af-form .policy a:hover {
		text-decoration: none;
	}
}
/** FORMS (END) **/

/** ВСПЛЫВАЮЩЕЕ СООБЩЕНИЕ **/
.popup-alert {
    position: fixed;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    padding: 0 10px;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
	line-height: normal;
}
.popup-alert > div {
    color: #fff;
    font-size: 15px;
    position: relative;
    border-radius: 10px;
    padding: 15px 60px 15px 20px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
}
.popup-alert  .btn-close {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    top: 10px;
    right: 25px;
    cursor: pointer;
}
.popup-alert.success  .btn-close{
	color: #fff;
}
.popup-alert.show{
	display: block;
	opacity: 0;
	transition: 0.1s;
}
.popup-alert.opacity{
	opacity: 1;
	top: 20px;
}
.popup-alert.danger > div {
    background-color: #333;
}
.popup-alert.success > div {
    background-color: #003E30;
	color: #fff;
}
/** ВСПЛЫВАЮЩЕЕ СООБЩЕНИЕ (END)**/

/** ФОРМА АВТОРИЗАЦИИ **/
.modal-auth > div,
.modal-reg > div,
.modal-password > div,
.modal-recovery > div {
	width: 400px;
}
.modal-auth .modal-content,
.modal-reg .modal-content,
.modal-password .modal-content,
.modal-recovery .modal-content {
	min-height: unset;
}
.modal-auth form,
.modal-reg form,
.modal-password form,
.modal-captcha form,
.modal-recovery form {
	padding: 30px;
}
.modal-auth h2,
.modal-reg h2,
.modal-password h2,
.modal-captcha h2,
.modal-recovery h2 {
	font-size: 25px;
}
.modal-auth .group,
.modal-reg .group,
.modal-password .group,
.modal-captcha .group,
.modal-recovery .group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 30px;
}
.modal-auth .group > div {
	display: flex;
	gap: 10px;
}
.modal-auth .group > div > div:first-child {
	width: 100px;
}
.modal-auth .group > div > div:last-child {
	flex: 1;
}
.modal-auth .submit,
.modal-reg .submit,
.modal-password .submit,
.modal-captcha .submit,
.modal-recovery .submit {
	width: 100%;
}
.modal-auth .policy,
.modal-reg .policy,
.modal-password .policy,
.modal-recovery .policy {
	margin-top: 15px;
	text-align: center;
}
.modal-captcha .captcha {
    display: flex;
    gap: 25px;
    align-items: center;
}
.modal-captcha .captcha img:last-child {
    cursor: pointer;
    height: max-content;
}
.modal-reg .sms-time,
.modal-recovery .sms-time {
	display: none;
    color: #777;
    font-size: 14px;
    padding: 5px 0;
	text-align: center;
    width: max-content;
    margin: 0 auto;
}
.modal-reg .sms-send,
.modal-recovery .sms-send {
	display: none;
}
.modal-reg .sms-send,
.modal-password .btn-recovery,
.modal-recovery .sms-send {
	cursor: pointer;
	font-size: 14px;
    padding: 5px 0;
	text-align: center;
    width: max-content;
    margin: 0 auto;
    text-decoration: underline;
}
.modal-captcha .reload.update {
	animation: rotate 1s linear infinite;
}
@media(any-hover: hover){
	.modal-reg .sms-send:hover,
	.modal-password .btn-recovery:hover,
	.modal-recovery .sms-send:hover {
		text-decoration: none;
	}
}
/** ФОРМА АВТОРИЗАЦИИ (END) **/


/** КНОПКА ПОКАЗАТЬ ЕЩЕ **/
.btn-more-products {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f6f6f6;
	grid-column: 1/6;
}
@media(max-width: 768px){
	.btn-more-products {
		grid-column: 1/4;	
	}
}
@media(max-width: 479px){
	.btn-more-products {
		grid-column: 1/3;	
	}
}
/** КНОПКА ПОКАЗАТЬ ЕЩЕ (END) **/


/** ШАПКА **/
.customer-panel__basket, 
.customer-panel__favorites {
	position: relative;
}
.customer-panel__basket > .count, 
.customer-panel__favorites > .count {
	display: none;
	border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    right: 6px;
    top: -9px;
    z-index: 1;
	background: red;
}
.customer-panel__favorites > .count {
	right: -5px;
    top: -6px;
}
.customer-panel__basket > .count.show, 
.customer-panel__favorites > .count.show {
	display: flex;
}
/** ШАПКА (END) **/

/** TOOLBAR PRODUCTS **/
.bar-products {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.bar-products > div:not(.btn-filter-reset) {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 12px;
    background: #f6f6f6;
    border-radius: 15px;
    font-size: 14px;
	cursor: pointer;
	color: rgba(0,0,0,0.9);
	transition: 0.2s;
    position: relative;
}
.bar-products img {
    height: 13px;
	opacity: 0.7;
    margin-right: 5px;
	transition: 0.2s;
}
.bar-products .order-sort img {
    height: 12px;
}
.bar-products .order-sort-items {
	display: none;
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 150;
    padding-top: 10px;
}
.bar-products .order-sort-items > div {
    width: 240px;
    max-width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #00000020;
}
.bar-products .order-sort-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 6px 15px;
    color: #333;
}
.bar-products .order-sort-item {
    padding: 6px 10px 6px 45px;
	color: #444;
	display: flex;
	font-size: 16px;
    align-items: center;
	position: relative;
}
.bar-products .order-sort-item:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 15px;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #bbb;
}
.bar-products .order-sort-item.s-active:before {
	border: 3px solid #00a651;
}
.bar-products .order-sort-item.s-active:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 20px;
    display: block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00a651;
}
.bar-products .order-sort-item:last-of-type {
	padding: 5px 10px 15px 45px;
}
.bar-products .order-sort:hover .order-sort-items {
	display: block;
}
.bar-products .btn-filter-reset {
    display: none;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    color: #00A651;
    transition: 0.2s;
    position: relative;
    margin-bottom: 10px;
}
.bar-products .btn-filter-reset.show {
	display: inline-flex;
}
@media(any-hover: hover){
	.bar-products > div:hover {
		color: rgba(0,0,0,1);
	}
	.bar-products > div:hover img {
		opacity: 0.9;
	}
	.bar-products .order-sort-item:hover:before {
		border: 3px solid #00a651;
	}
	.bar-products .btn-filter-reset:hover {
		color: #000000;
	}
}
@media(max-width: 479px){
	.btn-filter span {
		display: none;
	}
	.btn-filter img {
		margin-right: 0;
	}
}
/** TOOLBAR PRODUCTS (END) **/

.tippy {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}
.af-table {
	width: 100%;
	color: #727272;
	max-width: 100%;
    overflow: auto;
}
.af-table .right {
	text-align: right;
}
.af-table th,
.af-table td {
	padding: 15px 10px;
}
.af-table thead td,
.af-table thead th {
	background: #f5f5f5;
}
.af-table tbody tr:not(:last-child) td{
	border-bottom: 1px solid #f5f5f5;
}
@media(max-width: 800px){
	.af-table th,
	.af-table td {
		padding: 10px 10px;
	}
}
@media(max-width: 600px){
	.af-table th,
	.af-table td {
		padding: 10px 5px;
	}
}


.modal-success .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 30px;
}
.modal-success .success {
    text-align: center;
    position: relative;
    padding-top: 125px;
    padding-bottom: 10px;
    max-width: 250px;
	font-size: 20px;
}
.modal-success .success:before {
    content: '';
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #00A651;
}
.modal-success .success:after {
    content: '';
    top: 30px;
    left: 51%;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    display: block;
    width: 20px;
    height: 35px;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
}

.modal .no-logget {
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}