/*Кнопка*/
.button
{
	float: left;
	clear: left;
	cursor: pointer;
}
.button
{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px #FFFFFF;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FDD209), color-stop(1, #FDD209) );
	background: -moz-linear-gradient( center top, #FDD209 5%, #FDD209 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #EDEDED;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	color: #000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 20px;
	text-decoration: none;
	
}
.button:hover
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #DFDFDF;
}
.button:active
{
	position: relative;
	top: 1px;
}
/*@group Фильтр по свойствам*/
#features
{
	background-color: #F0F0F0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#features .feature_name
{
	padding: 7px;
}
#features .feature_values
{
	padding: 7px;
}
#features A
{
	padding-right: 6px;
	white-space: nowrap;
}
#features A.selected
{
	color: #505050;
	text-decoration: none;
}
/*@end — Фильтр по свойствам
@group Просмотренные товары*/
#browsed_products
{
	margin-bottom: 20px;
	overflow: hidden;
}
#browsed_products LI
{
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	margin: 0 7px 7px 0;
	width: 50px;
	height: 50px;
}
#browsed_products LI A
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
/*@end — Просмотренные товары
@group Формы*/
.form INPUT[type="text"], .form INPUT[type="password"]
{
	width: 100%;
	font-size: 18px;
}
.form
{
	width: 400px;
	margin-bottom: 20px;
}
.form TEXTAREA
{
	width: 100%;
	height: 100px;
	font-size: 18px;
}
.form LABEL
{
	display: block;
	font-size: 14px;
}
.form INPUT[type="text"]
{
	display: block;
	margin-bottom: 10px;
}
/*@group Комментарии*/
.comment_list
{
	margin-top: 15px;
	list-style: none;
}
.comment_list LI
{
	padding-bottom: 15px;
}
.comment_header
{
	font-size: 18px;
}
.comment_header I
{
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/*@end — Комментарии
@group Форма отправки комментария*/
.comment_form
{
	padding: 20px;
	width: auto;
	overflow: hidden;
}
.comment_form H2
{
	margin-bottom: 0px;
}
.comment_form .comment_textarea
{
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form LABEL
{
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name
{
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}
.comment_form .input_captcha
{
	margin-top: 15px;
}
.form .input_captcha
{
	float: left;
	width: 150px !important;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha, .cart_form .captcha
{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.cart_form
{
	width: auto;
}
.comment_form .button, .feedback_form .button, .register_form .button, .login_form .button
{
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}
/*@end — Форма отправки комментария
@group Форма отправки обратной связи*/
.feedback_form
{
	padding: 20px;
	margin-top: 20px;
	width: auto;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha
{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_form .captcha
{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send
{
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
/*@end — Форма отправки комментария
@group Корзина*/
#purchases
{
	width: 100%;
}
#purchases TR
{
	border-top: 1px solid #D5D5D5;
	height: 70px;
}
#purchases TH
{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image
{
	width: 50px;
	text-align: center;
}
#purchases .image A
{
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
#purchases .name
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases TD.name
{
	font-size: 14px;
}
#purchases TD .download_attachment
{
	white-space: nowrap;
	color: #3B8500;
	padding: 5px 10px 7px;
	border-bottom-color: 1px dotted green;
	background-color: #CCFF72;
	line-height: 30px;
}
#purchases .price
{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases TD.price
{
	font-size: 14px;
}
#purchases .remove
{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount
{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount SELECT
{
	font-size: 12px;
}
#purchases .coupon .name
{
	font-size: 14px;
}
#purchases .coupon .name INPUT.coupon_code
{
	width: 200px;
}
#purchases .coupon .name INPUT
{
	font-size: 16px;
}
UL#deliveries
{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	padding: 20px 20px 0;
	list-style: none;
}
UL#deliveries LI
{
	margin-bottom: 20px;
}
UL#deliveries LI DIV.checkbox
{
	float: left;
}
UL#deliveries LI H3, UL#deliveries LI .description
{
	display: block;
	margin-left: 25px;
}
/*@end
@group Кабинет*/
#orders_history
{
	list-style: none;
}
#orders_history LI
{
	margin-bottom: 10px;
}
#orders_history LI A
{
	font-size: 16px;
}
/*@end — Кабинет
@group Детали заказа*/
TABLE.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #F9F9F9;
	width: 100%;
}
TABLE.order_info TD
{
	padding: 10px;
	border: 1px dotted #E0E0E0;
	font-size: 14px;
}
.checkout_button
{
	padding: 10px 20px;
	border: 1px solid #51A400;
	background-color: #D3FFA9;
	color: #2E5E00;
	font-size: 14px;
}
/*@end
Сообщение с ошибкой*/
.message_error
{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: #FF0000;
	background-color: #FFCACA;
	border: 1px dotted #FF4545;
}
/*@end*/
.content .content-title
{
	height: 60px;
	line-height: 70px;
	font-size: 18px;
	color: #000;
	border-bottom: 2px solid #F1F1F1;
	    margin-bottom: 18px;
}
.content .content-title H1
{
	float: left;
	color: #333;
	font-size: 18px;
}
.main UL.prod-list
{
	margin: 0 0px 0px -27px;
}

.variants td { padding: 4px 0;  text-align: left; font-weight: bold;}

    .variants label input { display: none; } 

    margin: 0;
    padding: 0;
}

dd {
    display: block;
    -webkit-margin-start: 0px;
}

p {margin-bottom: 15px;}
.top-quick-menu LI#top_phone
{
	float: left;
	width: auto;
	height: 42px;
	margin-left: 10px;
	position: relative;
	top: 8px;
	border: 0;
	background: transparent !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	line-height: 42px;
	font-weight: bold;
	font-size: 14px;
	color: #0071e3;
	margin-right: 12px;

}
.g-recaptcha
{
	margin-top: 15px;
}
.prod-main-parameter .prod-parameter-box LI.c_c H4
{
	padding-left: 30px;
	width: auto;
	text-align: right;
	display: inline-block;
	color: #717171;
	font-weight: bold !important;
	line-height: 33px;
	font-size: 20px;
}
.prod-main-parameter .prod-parameter-box LI.c_c H4 IMG
{
	height: 32px;
	width: auto;
	margin-right: 15px;
	vertical-align: middle;
}










#navigator {
    display: flex;
}

.header-search {
    margin:  auto;
}

.header-search button {
    font-size: 0;
    background-color: #484848;
    background-image: url(https://grouppay.ru/design/Beelink/img/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 0 36px 36px 0;
}

.header-search button:hover {
    background-color: #2A2A2A;
}

.header-search form {
    display: flex;
    align-items: center;
}

.header-search input.input_search {
    height: 36px;
    border: none;
    background: #f5f5f5;
    border-radius: 36px 0 0 36px;
    padding: 0;
    padding-left: 26px;
}

.header-search input.input_search::placeholder {
    color: #999;
}

.header-top {
    background: #202223;
    color: #999;
    padding: 8px 0;
}

.header-top a {
    color: inherit;
	font-size: 12px;
}

.header-top #hidden-menu a:hover, .header-top #hidden-menu a.active {
    color: #FDDD46;
}

.header-top .wrapper {
    display: flex;
    justify-content: space-between;
}

.header-top ul {
    display: flex!important;
    gap: 16px;
    margin-left: auto;
}

li.header-top_more {
    display: none;
}

a.header-top_phone {
    display: none;
}






#top_phone {
    margin-left: 10px;
    line-height: 42px;
    font-weight: bold;
    font-size: 14px;
    color: #0071e3;
    margin-right: auto;
    align-self: center;
}









@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

#cart_informer {
    position: relative;
}

#dropdown-menu {
    position: absolute;
    z-index: 1000;
    min-width: 160px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    display: none;
    top: 120% !important;
    border-top-color: #000;
    width: 332px;
    padding: 16px 0 0 0;
    margin-top: 0px;
    opacity: 1;
    right: -20px;
}

.open #dropdown-menu {
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    display: block;
}

#dropdown-menu li {
    border-bottom: 1px solid #e0e0e0;
}

.basket-item {
    padding: 11px 40px 11px 20px;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.basket-item .close-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent!important;
}

.basket-item .close-btn:after {
    color: #3d3d3d;
    content: "×";
    font-size: 1.5em;
}

.basket-item_thumb {
    border: 1px solid #e0e0e0;
    text-align: center;
    display: flex;
    vertical-align: top;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.basket-item_title {
    font-weight: 100;
    line-height: 26px;
}

.basket-item_price {
    font-weight: 700;
}

.basket-item_thumb a {
    display: flex;
}

.basket-item .le-button {
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    line-height: 20px;
    border: none;
    font-size: 15px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FDD209;
    margin-left: auto;
}

.top-quick-menu>li#cart_informer:hover {
    background: transparent;
}

.fancybox-content li.header-top_more {
    display: none!important;
}

li#j_UserMenuTrigger {
    display: none;
}




.autocomplete-suggestions {
    min-width: 300px;
    /* left: 50%!important; */
    /* transform: translateX(-50%); */
    top: 70px!important;
}




.blog-content ul {
    list-style: disc !important;
}

.blog-content ul li {
    list-style: disc !important;
    margin-left: 20px;
}


.prod-tab-box li {
    width: auto;
}



@media (max-width: 1024px) {
    .prod-main-tab .prod-tab-box button {
     display: none!important;
    }
 
ul.tab-slider {
    max-width: 100%;
 overflow: hidden;
}

}





button#load_more_comments {
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-size: 16px;
    border-radius: 3px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-main-tab .prod-tab-box button {
    z-index: 9;
}

.prod-main-reviews .comment__product-name {
    display: none;
}

.comments {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 100%;
}

.comments__item {
    padding: 15px !important;
    background: #FAFAFA;
    max-width: 100%;
}

.video-container {
    padding: 0!important;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video-container p {
    padding-bottom: 50%;
    position: relative;
}





.container.wrapper.blog-content iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 720 / 405;
}













.prod-container .prod-container-top {
    gap: 10px;
    display: flex;
}

.prod-container-left {
        display: flex;
    flex-direction: row-reverse;
    gap: 16px;
    justify-content: flex-end;
}

.prod-container .prod-container-left .figure {
    left: 0;
}

.prod-container-left .figure img {
    object-fit: contain;
    border-radius: 24px;
}

div#j_SpecItems {
 height: 530px;
 overflow: hidden;
 width: 80px;
 min-width: 80px;
 position: relative;
}

.spec-items ul {
    overflow: visible;
    margin: 0;
}

.spec-items li {
    margin: 0;
    padding: 0;
    background: none;
}

.spec-items li a,
.spec-items li img {
    border-radius: 6px;
    border-color: transparent;
    background: transparent;
    box-sizing: border-box;
}

.prod-container .spec-items li a:hover, .prod-container .spec-items li.current a {
    border-color: #3d3c3a;
}

.spec-items li img {
    margin: -2px;
}

.prod-container-left .favor {
    display: none;
}




.spec-arrows {}

.spec-items__arrow {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    width: 100%;
}

.spec-items__arrow-prev {
    top: 0;
    padding-bottom: 4px;
}

.spec-items__arrow-next {
    bottom: 0;
    padding-top: 4px;
}

.spec-items__arrow.swiper-button-disabled {
    display: none;
}

.spec-items__arrow button {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 10px;
}

.spec-items__arrow button:hover {
    background: #3b280c1f;
}





.big-arrows {}

.big-items__arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    opacity .2s animation-timing-function: ease-in-out;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.102),0px 0px 1px 0px rgba(0,0,0,0.102);
}

.big-items__arrow-prev {
    left: 12px;
}

.prod-container .prod-container-left .figure:hover .big-items__arrow {
    opacity: 1;
}

.big-items__arrow-next {
    right: 12px;
}

.prod-container-left .figure:has(li:first-child[style*="block"]) .big-items__arrow-prev {
    display: none;
}

.prod-container-left .figure:has(li:last-child[style*="block"]) .big-items__arrow-next {
    display: none;
}

img.procude-mb-thumb {
    display: none;
}

div#j_SpecItems .swiper-pagination {
    display: none;
}

div#add-review {
    padding: 20px;
    max-width: calc(100% - 20px);
}

div#add-review * {
    max-width: 100%;
}

div#add-review #contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

div#add-review input#hint {
    display: none;
}




@media (max-width: 1350px) {
div#j_SpecItems {
    height: calc(50vw - 127px);
 width: 100%;
}
 
 .prod-container-left .figure img {
    max-height: calc(50vw - 127px);
}
}

@media (max-width: 1024px) {
.prod-container .prod-container-left {
    flex-direction: column;
     justify-content: flex-start;
}

 div#j_SpecItems {
    height: auto;
  padding-bottom: 21px;
}
 
 .spec-items__arrow {
    display: none;
}
 
 
 
 .prod-container .prod-container-left .figure {
    display: none;
}

img.procude-mb-thumb {
    display: block;
}

img.procude-pc-thumb {
    display: none;
}

.spec-items li {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.spec-items li a, .spec-items li img {
    border: none!important;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
    box-shadow: none!important;
    transform: none!important;
}
 
 div#j_SpecItems .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
          position: unset;
        padding: 8px 0
}

	div#j_SpecItems .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 5px;
    height: 5px;
    background: #1d191382;
    opacity: .2;
}

div#j_SpecItems .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.75;
    background: #191817;
}
 
 .spec-items ul {
  padding: 0;
 }
}

@media (max-width: 660px) {
.prod-container .prod-container-top {
    flex-wrap: wrap;
}
}











.card-head-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    min-height: 26px;
    margin-bottom: 16px;
}

.card-head-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    flex-wrap: wrap;
}

.card-head-reviews-rating {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.card-head-reviews-rating__icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-head-reviews-rating__icon svg {
    width: 100%;
    height: 100%;
}

span.card-head-reviews-rating__value {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}

.card-head-reviews-info {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.card-head-reviews-info__icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-head-reviews-info__icon svg {
    width: 100%;
    height: 100%;
}

.card-head-reviews-info__value {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}

.card-content-short-desc-code__item {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #686b74;
}

.card-content-short-desc-code__item span {
    display: none;
}

.card-content-short-desc-code__item span:first-child {
    display: inline;
}












.product-review {
    display: flex;
}

.product-review__info {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}

.product-review__info > div {
    width: 300px;
    flex-grow: 1;
}

.product-review .based-title {
    font-size: .8em;
}

.add-review__btn-wrap {
    display: flex;
    justify-content: center;
}

a.add-review__btn {
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-size: 16px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FDD209;
    border: 1px solid #FDD209;
    color: #000;
}










.prod-main-info h2 {
 color: #333;
 text-align: left;
 padding-top: 0;
}



.prod-list {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}